| prev | ( testsuite > Topics > BiDi > ByElement > dir_mmultiscripts ) | next | (show test run result) |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Topics/BiDi/ByElement/dir_mmultiscripts |
| CVS-ID: | |
| Author: | Frédéric WANG |
| Description: | This tests dir='rtl' on the mmultiscripts tag |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mtable columnlines="solid" rowlines="solid" frame="solid" columnalign="center">
<mtr>
<mtd><mtext>Test</mtext></mtd>
<mtd><mtext style="width:40%">Without dir</mtext></mtd>
<mtd><mtext style="width:40%">With dir=rtl</mtext></mtd>
</mtr>
<mtr>
<mtd><mtext>mmultiscripts</mtext></mtd>
<mtd>
<mmultiscripts>
<mi>g</mi>
<mi>h</mi>
<mi>i</mi>
<mi>j</mi>
<mi>k</mi>
<mi>l</mi>
<mi>m</mi>
<mprescripts/>
<mi>a</mi>
<mi>b</mi>
<mi>c</mi>
<mi>d</mi>
<mi>e</mi>
<mi>f</mi>
</mmultiscripts>
</mtd>
<mtd><mstyle dir="rtl">
<mmultiscripts>
<mi>g</mi>
<mi>h</mi>
<mi>i</mi>
<mi>j</mi>
<mi>k</mi>
<mi>l</mi>
<mi>m</mi>
<mprescripts/>
<mi>a</mi>
<mi>b</mi>
<mi>c</mi>
<mi>d</mi>
<mi>e</mi>
<mi>f</mi>
</mmultiscripts>
</mstyle></mtd>
</mtr>
</mtable> </math>