summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/operators/op-dict-9-notref.html
blob: b976536fac416789cfeb145874a32c539005bd56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
  <title>op-dict lspace and rspace</title>
</head>
<body>
  <math>
    <mrow>
      <!-- This spacing was specified in older MathML specification, see
          https://www.w3.org/TR/MathML3/appendixc.html -->
      <mi>x</mi><mo form="prefix" lspace="0.1111111111111111em" rspace="0.05555555555555555em">&#x2202;</mo><mi>y</mi>
    </mrow>
  </math>
</body>
</html>