tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mstyle-align-ref.html (610B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>align attribute on mstyle/math</title>
      4 <meta name="assert" content="align attribute on mstyle/math does not apply to mtable descendants." />
      5 <body>
      6  <math align="baseline">
      7    <mstyle align="baseline">
      8      <mrow>
      9        <mtext>_</mtext>
     10        <mtable>
     11          <mtr>
     12            <mtd>
     13              <mtext>&#x2015;</mtext>
     14            </mtd>
     15          </mtr>
     16          <mtr>
     17            <mtd>
     18              <mtext>&#x2015;</mtext>
     19            </mtd>
     20          </mtr>
     21        </mtable>
     22        <mtext>_</mtext>
     23      </mrow>
     24    </mstyle>
     25  </math>
     26 </body>