Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>align attribute on mstyle/math</title>
<meta name="assert" content="align attribute on mstyle/math does not apply to mtable descendants." />
<body>
  <math align="baseline">
    <mstyle align="baseline">
      <mrow>
        <mtext>_</mtext>
        <mtable>
          <mtr>
            <mtd>
              <mtext>―</mtext>
            </mtd>
          </mtr>
          <mtr>
            <mtd>
              <mtext>―</mtext>
            </mtd>
          </mtr>
        </mtable>
        <mtext>_</mtext>
      </mrow>
    </mstyle>
  </math>
</body>