blob: a75cbef13489b37c7ac5cff2f6ab5da7575a307f [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>Token elements</title>
<meta charset="utf-8"/>
</head>
<body>
<p>Following elements should use a regular font:
<math>
<mn>1</mn>
<mo>&#x2207;</mo>
<mtext>text</mtext>
<ms>&amp;</ms>
</math>
</p>
<p>Following element should be in italic:
<math>
<mi>x</mi>
</math>
</p>
</body>
</html>