tor-browser

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

semantics-004.html (1197B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8"/>
      3 <title>&lt;semantics&gt - mozilla bug 512418</title>
      4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=512418">
      5 <link rel="help" href="https://w3c.github.io/mathml-core/#semantics-and-presentation">
      6 <link rel="match" href="semantics-004-ref.html">
      7 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      8 <meta name="assert" content="The semantics element shouldn't add space around it.">
      9 <style>
     10  math, p {
     11      font: 25px Ahem;
     12  }
     13 </style>
     14 <p>
     15  XpXpXp<math xmlns="http://www.w3.org/1998/Math/MathML">
     16    <semantics>
     17      <mrow>
     18        <mrow>
     19          <mo>lcm</mo>
     20          <mo>(</mo>
     21          <mn>a</mn>
     22          <mo>,</mo>
     23          <mn>b</mn>
     24          <mo>)</mo>
     25        </mrow>
     26        <mo>=</mo>
     27        <mfrac>
     28          <mrow>
     29            <mo>(</mo>
     30            <mn>a</mn>
     31            <mo>&#x2062;</mo>
     32            <mn>b</mn>
     33            <mo>)</mo>
     34          </mrow>
     35          <mrow>
     36            <mo>gcd</mo>
     37            <mo>(</mo>
     38            <mn>a</mn>
     39            <mo>,</mo>
     40            <mn>b</mn>
     41            <mo>)</mo>
     42          </mrow>
     43        </mfrac>
     44      </mrow>
     45    </semantics>
     46  </math>XpXpXp
     47 </p>