tor-browser

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

munderover-align-accent-false-ref.html (3108B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Horizontal alignment of base with munder/mover scripts (accent="false")</title>
      5  </head>
      6  <body>
      7    <table border="1">
      8      <tr>
      9        <th colspan="6">munderover</th>
     10      </tr>
     11      <tr>
     12        <td align="center">Over &lt; Base &lt; Under</td>
     13        <td align="center">Over &gt; Base &gt; Under</td>
     14        <td align="center">Over = Under &lt; Base</td>
     15        <td align="center">Over = Under &gt; Base</td>
     16      </tr>
     17      <tr>
     18        <td align="center">
     19          <math>
     20            <munderover accent="false" accentunder="false">
     21              <mrow>
     22                <mspace height="15px" width="25px"/>
     23                <mspace height="15px" width="50px" mathbackground="blue"/>
     24                <mspace height="15px" width="25px"/>
     25              </mrow>
     26              <mspace height="15px" width="75px" mathbackground="red"/>
     27              <mrow>
     28                <mspace height="15px" width="25px"/>
     29                <mspace height="15px" width="25px" mathbackground="red"/>
     30                <mspace height="15px" width="25px"/>
     31              </mrow>
     32            </munderover>
     33          </math>
     34        </td>
     35        <td align="center">
     36          <math>
     37            <munderover accent="false" accentunder="false">
     38              <mrow>
     39                <mspace height="15px" width="25px"/>
     40                <mspace height="15px" width="50px" mathbackground="blue"/>
     41                <mspace height="15px" width="25px"/>
     42              </mrow>
     43              <mrow>
     44                <mspace height="15px" width="25px"/>
     45                <mspace height="15px" width="25px" mathbackground="red"/>
     46                <mspace height="15px" width="25px"/>
     47              </mrow>
     48              <mspace height="15px" width="75px" mathbackground="red"/>
     49            </munderover>
     50          </math>
     51        </td>
     52        <td align="center">
     53          <math>
     54            <munderover accent="false" accentunder="false">
     55              <mspace height="15px" width="75px" mathbackground="blue"/>
     56              <mrow>
     57                <mspace height="15px" width="25px"/>
     58                <mspace height="15px" width="25px" mathbackground="red"/>
     59                <mspace height="15px" width="25px"/>
     60              </mrow>
     61              <mrow>
     62                <mspace height="15px" width="25px"/>
     63                <mspace height="15px" width="25px" mathbackground="red"/>
     64                <mspace height="15px" width="25px"/>
     65              </mrow>
     66            </munderover>
     67          </math>
     68        </td>
     69        <td align="center">
     70          <math>
     71            <munderover accent="false" accentunder="false">
     72              <mrow>
     73                <mspace height="15px" width="25px"/>
     74                <mspace height="15px" width="25px" mathbackground="blue"/>
     75                <mspace height="15px" width="25px"/>
     76              </mrow>
     77              <mspace height="15px" width="75px" mathbackground="red"/>
     78              <mspace height="15px" width="75px" mathbackground="red"/>
     79            </munderover>
     80          </math>
     81        </td>
     82      </tr>
     83    </table>
     84  </body>
     85 </html>