tor-browser

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

mo-lspace-rspace-2.html (6302B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>mo-lspace-rspace-2</title>
      5    <link rel="match" href="mo-lspace-rspace-2-ref.html">
      6    <style type="text/css">
      7      mo,td {
      8        background-color: red;
      9      }
     10      msub, mfrac, msup, msubsup, mmultiscripts,
     11      mover, munder, munderover, mpadded, merror
     12      {
     13        background-color: blue
     14      }
     15      math[display]
     16      {
     17        background-color: blue
     18      }
     19    </style>
     20  </head>
     21  <body>
     22 
     23    <p>
     24      <math>
     25        <mrow>
     26          <mo>*</mo>
     27        </mrow>
     28      </math>
     29      <math>
     30        <mfrac>
     31          <mo>*</mo>
     32          <mo>*</mo>
     33        </mfrac>
     34      </math>
     35      <math>
     36        <msqrt>
     37          <mo>*</mo>
     38        </msqrt>
     39      </math>
     40      <math>
     41        <mroot>
     42          <mo>*</mo>
     43          <mo>*</mo>
     44        </mroot>
     45      </math>
     46      <math>
     47        <mstyle>
     48          <mo>*</mo>
     49        </mstyle>
     50      </math>
     51    </p>
     52 
     53    <p>
     54    <table>
     55        <tr>
     56          <td>
     57            <math>
     58              <mphantom>
     59                <mo>*</mo>
     60              </mphantom>
     61            </math>
     62          </td>
     63        </tr>
     64      </table>
     65    </p>
     66 
     67    <p>
     68      <math>
     69        <menclose notation="circle">
     70          <mo>*</mo>
     71        </menclose>
     72      </math>
     73      <math>
     74        <msub>
     75          <mo>*</mo>
     76          <mo>*</mo>
     77        </msub>
     78      </math>
     79      <math>
     80        <msup>
     81          <mo>*</mo>
     82          <mo>*</mo>
     83        </msup>
     84      </math>
     85      <math>
     86        <msubsup>
     87          <mo>*</mo>
     88          <mo>*</mo>
     89          <mo>*</mo>
     90        </msubsup>
     91      </math>
     92      <math>
     93        <munder>
     94          <mo>*</mo>
     95          <mo>*</mo>
     96        </munder>
     97      </math>
     98      <math>
     99        <mover>
    100          <mo>*</mo>
    101          <mo>*</mo>
    102        </mover>
    103      </math>
    104      <math>
    105        <munderover>
    106          <mo>*</mo>
    107          <mo>*</mo>
    108          <mo>*</mo>
    109        </munderover>
    110      </math>
    111    </p>
    112 
    113    <p>
    114      <math>
    115        <mmultiscripts>
    116          <mo>*</mo>
    117          <mo>*</mo>
    118          <mo>*</mo>
    119          <mprescripts/>
    120          <mo>*</mo>
    121          <mo>*</mo>
    122        </mmultiscripts>
    123      </math>
    124      <math>
    125        <mtable>
    126          <mtr>
    127            <mtd>
    128              <mo>*</mo>
    129            </mtd>
    130          </mtr>
    131        </mtable>
    132      </math>
    133      <math>
    134        <mo>*</mo>
    135      </math>
    136      <math>
    137        <msub>
    138          <mrow>
    139            <mo>*</mo>
    140          </mrow>
    141          <mo>*</mo>
    142        </msub>
    143      </math>
    144    </p>
    145 
    146    <p>
    147      <math>
    148        <msub>
    149          <msub>
    150            <mo>*</mo>
    151            <mo>*</mo>
    152          </msub>
    153          <mo>*</mo>
    154        </msub>
    155      </math>
    156      <math>
    157        <munder>
    158          <munder>
    159            <mo>*</mo>
    160            <mo>*</mo>
    161          </munder>
    162          <mo>*</mo>
    163        </munder>
    164      </math>
    165      <math>
    166        <mfrac>
    167          <mfrac>
    168            <mo>*</mo>
    169            <mo>*</mo>
    170          </mfrac>
    171          <mo>*</mo>
    172        </mfrac>
    173      </math>
    174    </p>
    175    <p>
    176      <math>
    177        <menclose notation="circle">
    178          <mo>*</mo>
    179        </menclose>
    180        <menclose notation="circle">
    181          <mo>*</mo>
    182        </menclose>
    183        <mroot>
    184          <mo>*</mo>
    185          <mo>*</mo>
    186        </mroot>
    187      </math>
    188      <math>
    189        <mpadded height="+1em">
    190          <mo>*</mo>
    191        </mpadded>
    192      </math>
    193      <math>
    194        <merror>
    195          <mo>*</mo>
    196        </merror>
    197      </math>
    198    </p>
    199 
    200    <math display="block">
    201      <mo>*</mo>
    202    </math>
    203 
    204    <p>
    205      <math>
    206        <mrow>
    207          <mo>*</mo>
    208        </mrow>
    209        <mfrac>
    210          <mo>*</mo>
    211          <mo>*</mo>
    212        </mfrac>
    213        <msqrt>
    214          <mo>*</mo>
    215        </msqrt>
    216        <mstyle>
    217          <mo>*</mo>
    218        </mstyle>
    219      </math>
    220    </p>
    221 
    222    <p>
    223    <table>
    224        <tr>
    225          <td>
    226            <math>
    227              <mphantom>
    228                <mo>*</mo>
    229                <mo>*</mo>
    230              </mphantom>
    231            </math>
    232          </td>
    233        </tr>
    234      </table>
    235    </p>
    236 
    237    <p>
    238      <math>
    239        <menclose notation="circle">
    240          <mo>*</mo>
    241          <mo>*</mo>
    242        </menclose>
    243        <msub>
    244          <mo>*</mo>
    245          <mo>*</mo>
    246        </msub>
    247        <msup>
    248          <mo>*</mo>
    249          <mo>*</mo>
    250        </msup>
    251        <msubsup>
    252          <mo>*</mo>
    253          <mo>*</mo>
    254          <mo>*</mo>
    255        </msubsup>
    256        <munder>
    257          <mo>*</mo>
    258          <mo>*</mo>
    259        </munder>
    260        <mover>
    261          <mo>*</mo>
    262          <mo>*</mo>
    263        </mover>
    264        <munderover>
    265          <mo>*</mo>
    266          <mo>*</mo>
    267          <mo>*</mo>
    268        </munderover>
    269      </math>
    270    </p>
    271 
    272    <p>
    273      <math>
    274        <mmultiscripts>
    275          <mo>*</mo>
    276          <mo>*</mo>
    277          <mo>*</mo>
    278          <mprescripts/>
    279          <mo>*</mo>
    280          <mo>*</mo>
    281        </mmultiscripts>
    282        <mtable>
    283          <mtr>
    284            <mtd>
    285              <mo>*</mo>
    286              <mo>*</mo>
    287            </mtd>
    288          </mtr>
    289        </mtable>
    290        <mo>*</mo>
    291        <msub>
    292          <mrow>
    293            <mo>*</mo>
    294          </mrow>
    295          <mo>*</mo>
    296        </msub>
    297        <msub>
    298          <mrow>
    299            <mo>*</mo>
    300            <mo>*</mo>
    301          </mrow>
    302          <mo>*</mo>
    303        </msub>
    304      </math>
    305    </p>
    306 
    307    <p>
    308      <math>
    309        <msub>
    310          <msub>
    311            <mo>*</mo>
    312            <mo>*</mo>
    313          </msub>
    314          <mo>*</mo>
    315        </msub>
    316        <munder>
    317          <munder>
    318            <mo>*</mo>
    319            <mo>*</mo>
    320          </munder>
    321          <mo>*</mo>
    322        </munder>
    323        <mfrac>
    324          <mfrac>
    325            <mo>*</mo>
    326            <mo>*</mo>
    327          </mfrac>
    328          <mo>*</mo>
    329        </mfrac>
    330      </math>
    331    </p>
    332 
    333    <p>
    334      <math>
    335        <mrow>
    336          <mo>*</mo>
    337          <mo>*</mo>
    338          <mpadded height="+1em">
    339            <mo>*</mo>
    340          </mpadded>
    341        </mrow>
    342      </math>
    343      <math>
    344        <mpadded height="+1em">
    345          <mo>*</mo>
    346          <mo>*</mo>
    347        </mpadded>
    348      </math>
    349      <math>
    350        <merror>
    351          <mo>*</mo>
    352          <mo>*</mo>
    353        </merror>
    354      </math>
    355    </p>
    356 
    357    <math display="block">
    358      <mo>*</mo>
    359      <mo>*</mo>
    360    </math>
    361 
    362  </body>
    363 </html>