blob: 353ff03a7b05ceccce2f50089968c7f5e60c64e8 [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>
<mtext style="font-style: normal; font-weight: normal;">sin</mtext>
</math>
</p>
<p>Following elements should be in italic:
<math>
<mtext style="font-style: italic; font-weight: normal;">x</mtext>
</math><br/>
<math>
<!-- FIXME: the whitespace should be removed in the reference when
bug 125628 is fixed. -->
<mtext style="font-style: italic; font-weight: normal;">&#x20;&#x9;&#xD;&#xA;x&#x20;&#x9;&#xD;&#xA;</mtext>
</math>
</p>
</body>
</html>