summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/mrow/semantics-005.html
blob: e4fe611c475d0caa28677019868cb54a1c9bb7b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<title>&lt;semantics&gt - mozilla bug 21479</title>
<meta charset="utf-8"/>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=21479">
<link rel="help" href="https://w3c.github.io/mathml-core/#semantics-and-presentation">
<link rel="match" href="semantics-005-ref.html">
<meta name="assert" content="The embellished operator made of a single mo inside a semantics element is treated the same as the mo alone.">
<p>
  <math xmlns="http://www.w3.org/1998/Math/MathML">
    <mover>
      <mspace width="300px" height="10px" mathbackground="black"></mspace>
      <semantics><mo>&#xaf;</mo></semantics>
    </mover>
  </math>
</p>