| prev | ( testsuite > Presentation > CSS > mfenced > mfenced-02 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Presentation/CSS/mfenced/mfenced-02 |
| CVS-ID: | |
| Author: | George Chavchanidze, Opera Software ASA |
| Description: | Braces should be resized to match matrix height |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mfenced open="{" close="}">
<mrow>
<mtable>
<mtr>
<mtd><mi>A</mi></mtd>
<mtd><mi>B</mi></mtd>
<mtd><mi>C</mi></mtd>
</mtr>
<mtr>
<mtd><mi>D</mi></mtd>
<mtd><mi>E</mi></mtd>
<mtd><mi>F</mi></mtd>
</mtr>
<mtr>
<mtd><mi>G</mi></mtd>
<mtd><mi>H</mi></mtd>
<mtd><mi>I</mi></mtd>
</mtr>
</mtable>
</mrow>
</mfenced>
</math>