tor-browser

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

mmultiscripts-empty-scripts-ref.html (1932B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
      5    <title>Comparison of script elements</title>
      6  </head>
      7  <body>
      8    msubsup:
      9    <math>
     10      <mmultiscripts style="background: red;">
     11        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
     12        <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
     13        <mtext style="background-color: rgba(0, 255, 0, 0.4);">ccc</mtext>
     14      </mmultiscripts>
     15    </math>
     16 
     17    <br><br>
     18 
     19    msubsup:
     20    <math>
     21      <mmultiscripts style="background: red;">
     22        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
     23        <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
     24        <none/>
     25      </mmultiscripts>
     26    </math>
     27 
     28    <br><br>
     29 
     30    msup / msubsup:
     31    <math>
     32      <mmultiscripts style="background: red;">
     33        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
     34        <none/>
     35        <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
     36      </mmultiscripts>
     37    </math>
     38 
     39    <math>
     40      <mmultiscripts style="background: red;">
     41        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
     42        <none/>
     43        <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
     44      </mmultiscripts>
     45    </math>
     46 
     47    <br><br>
     48 
     49 
     50    mrow / msub:
     51    <math>
     52      <mrow style="background: red;">
     53        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
     54      </mrow>
     55    </math>
     56 
     57    <math>
     58      <mrow style="background: red;">
     59        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
     60      </mrow>
     61    </math>
     62 
     63    <br><br>
     64 
     65    msupsub:
     66    <math>
     67      <mmultiscripts style="background: red;">
     68        <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
     69        <none />
     70        <none />
     71      </mmultiscripts>
     72    </math>
     73 
     74  </body>
     75 </html>