Index

testsuite:topics:bidi:byelement:dir_menclose_radical

failed

dir_menclose_radical

This tests dir='rtl' on the menclose (notation=radical) 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>menclose (notation=radical)</mtext>
      </mtd>
      <mtd>
        <menclose notation="radical">
          <mi>a</mi>
          <mi>b</mi>
          <mi>c</mi>
        </menclose>
      </mtd>
      <mtd>
        <mstyle dir="rtl">
          <menclose notation="radical">
            <mi>a</mi>
            <mi>b</mi>
            <mi>c</mi>
          </menclose>
        </mstyle>
      </mtd>
    </mtr>
  </mtable>
</math>

Author: Frédéric WANG

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