tor-browser

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

semantics-001-ref.html (548B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8"/>
      3 <title>&lt;semantics&gt - mozilla bug 468059 (reference)</title>
      4 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      5 <style>
      6  math, p {
      7      font: 25px Ahem;
      8  }
      9 </style>
     10 <p>
     11  <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
     12    <semantics>
     13      <mstyle displaystyle="true">
     14        <munderover>
     15          <mo movablelimits="true">pXp</mo>
     16          <mtext>XpXpXp</mtext>
     17          <mtext>XpXpXp</mtext>
     18        </munderover>
     19      </mstyle>
     20    </semantics>
     21  </math>
     22 </p>