tor-browser

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

semantics-001.html (776B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8"/>
      3 <title>&lt;semantics&gt - mozilla bug 468059</title>
      4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=468059">
      5 <link rel="help" href="https://w3c.github.io/mathml-core/#semantics-and-presentation">
      6 <link rel="match" href="semantics-001-ref.html">
      7 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      8 <meta name="assert" content="MathML inside a semantics element inherits displaystyle.">
      9 <style>
     10  math, p {
     11      font: 25px Ahem;
     12  }
     13 </style>
     14 <p>
     15  <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
     16    <semantics>
     17      <munderover>
     18        <mo movablelimits="true">pXp</mo>
     19        <mtext>XpXpXp</mtext>
     20        <mtext>XpXpXp</mtext>
     21      </munderover>
     22    </semantics>
     23  </math>
     24 </p>