tor-browser

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

mmultiscript-003.html (1492B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>alignment of mmultiscript sub/superscripts</title>
      5    <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=928675">
      6    <link rel="help" href="https://w3c.github.io/mathml-core/#base-with-prescripts-and-postscripts">
      7    <link rel="match" href="mmultiscript-003-ref.html">
      8    <meta name="assert" content="In LTR mode, pre-scripts are right-aligned and post-scripts are left-aligned.">
      9  </head>
     10  <body>
     11    <math>
     12      <mmultiscripts>
     13        <mspace width="50px" height="50px" mathbackground="red"/>
     14        <mrow>
     15          <mspace width="50px" height="10px" mathbackground="blue"/>
     16        </mrow>
     17        <mspace width="100px" height="10px" mathbackground="green"/>
     18        <mprescripts/>
     19        <mrow>
     20          <mspace width="50px" height="10px" mathbackground="blue"/>
     21        </mrow>
     22        <mspace width="100px" height="10px" mathbackground="green"/>
     23      </mmultiscripts>
     24    </math>
     25    <br/>
     26    <br/>
     27    <math>
     28      <mmultiscripts>
     29        <mspace width="50px" height="50px" mathbackground="red"/>
     30        <mspace width="100px" height="10px" mathbackground="green"/>
     31        <mrow>
     32          <mspace width="50px" height="10px" mathbackground="blue"/>
     33        </mrow>
     34        <mprescripts/>
     35        <mspace width="100px" height="10px" mathbackground="green"/>
     36        <mrow>
     37          <mspace width="50px" height="10px" mathbackground="blue"/>
     38        </mrow>
     39      </mmultiscripts>
     40    </math>
     41  </body>
     42 </html>