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