| 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:
| |
Your browser's rendering:
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>