tor-browser

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

semantics-005.html (874B)


      1 <!DOCTYPE html>
      2 <title>&lt;semantics&gt - mozilla bug 21479</title>
      3 <meta charset="utf-8"/>
      4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=21479">
      5 <link rel="help" href="https://w3c.github.io/mathml-core/#semantics-and-presentation">
      6 <style>
      7 @font-face {
      8  font-family: operators;
      9  src: url("/fonts/math/operators.woff");
     10 }
     11 math, math * {
     12  font-family: operators;
     13  font-size: 32px;
     14  color: purple;
     15 }
     16 </style>
     17 <link rel="match" href="semantics-005-ref.html">
     18 <meta name="assert" content="The embellished operator made of a single mo inside a semantics element is treated the same as the mo alone.">
     19 <p>
     20  <math xmlns="http://www.w3.org/1998/Math/MathML">
     21    <mover>
     22      <mspace width="300px" height="10px" mathbackground="blue"></mspace>
     23      <semantics><mo>&#x21AC<!-- Rightwards Arrow With Loop --></mo></semantics>
     24    </mover>
     25  </math>
     26 </p>