tor-browser

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

munder-mover-align-accent-true.html (1934B)


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