Index

testsuite:topics:bidi:byelement:dir_mroot

passed

dir_mroot

This tests dir='rtl' on the mroot tag

<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>mroot</mtext>
      </mtd>
      <mtd>
        <mroot>
          <mi>a</mi>
          <mi>b</mi>
        </mroot>
      </mtd>
      <mtd>
        <mstyle dir="rtl">
          <mroot>
            <mi>a</mi>
            <mi>b</mi>
          </mroot>
        </mstyle>
      </mtd>
    </mtr>
  </mtable>
</math>

Author: Frédéric WANG

testsuite/topics/bidi/byelement/dir_mroot.txt · Last modified: 2015/12/22 12:19 (external edit)