tor-browser

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

mstyle-align.html (660B)


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