tor-browser

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

munderover-align-accent-false.html (2197B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Horizontal alignment of base with munder/mover scripts (accent="false")</title>
      5    <link rel="help" href="https://w3c.github.io/mathml-core/#underscripts-and-overscripts-munder-mover-munderover">
      6    <link rel="match" href="munderover-align-accent-false-ref.html">
      7    <meta name="assert" content="base, underscript and overscript should be horizontally aligned.">
      8  </head>
      9  <body>
     10    <table border="1">
     11      <tr>
     12        <th colspan="4">munderover</th>
     13      </tr>
     14      <tr>
     15        <td align="center">Over &lt; Base &lt; Under</td>
     16        <td align="center">Over &gt; Base &gt; Under</td>
     17        <td align="center">Over = Under &lt; Base</td>
     18        <td align="center">Over = Under &gt; Base</td>
     19      </tr>
     20      <tr>
     21        <td align="center">
     22          <math>
     23            <munderover>
     24              <mspace height="15px" width="50px" mathbackground="blue"/>
     25              <mspace height="15px" width="75px" mathbackground="red"/>
     26              <mspace height="15px" width="25px" mathbackground="red"/>
     27            </munderover>
     28          </math>
     29        </td>
     30        <td align="center">
     31          <math>
     32            <munderover>
     33              <mspace height="15px" width="50px" mathbackground="blue"/>
     34              <mspace height="15px" width="25px" mathbackground="red"/>
     35              <mspace height="15px" width="75px" mathbackground="red"/>
     36            </munderover>
     37          </math>
     38        </td>
     39        <td align="center">
     40          <math>
     41            <munderover>
     42              <mspace height="15px" width="75px" mathbackground="blue"/>
     43              <mspace height="15px" width="25px" mathbackground="red"/>
     44              <mspace height="15px" width="25px" mathbackground="red"/>
     45            </munderover>
     46          </math>
     47        </td>
     48        <td align="center">
     49          <math>
     50            <munderover>
     51              <mspace height="15px" width="25px" mathbackground="blue"/>
     52              <mspace height="15px" width="75px" mathbackground="red"/>
     53              <mspace height="15px" width="75px" mathbackground="red"/>
     54            </munderover>
     55          </math>
     56        </td>
     57      </tr>
     58    </table>
     59  </body>
     60 </html>