prev  ( testsuite > ErrorHandling > MathML1mtable > deprecated-test3  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:ErrorHandling/MathML1mtable/deprecated-test3
CVS-ID:
Author:Dave Doyle, Design Science
Description:Test ensuring that all 'inferred' attributes work in tables. Not valid in MathML3

Sample Rendering:

Created by: webeq

Your browser's rendering:

2 5 4 + 3

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mn>2</mn> 
        <mtr> 
          <mn>5</mn> 
        </mtr> 
        <mtr> 
          <mtd/> 
        </mtr> 
        <mtd> 
          <mn>4</mn> 
          <mo>+</mo> 
          <mn>3</mn> 
        </mtd> 
      </mtable> 
    </math>