blob: cc33f6deae827cb5a76ce12993faac88457dc279 [file] [log] [blame]
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>Token Elements</title>
<style type='text/css'>
</style>
</head>
<body>
<p id='t1'>Following elements should use a regular font:
<math xmlns='http://www.w3.org/1998/Math/MathML'>
<mn>1</mn>
<mo>&#x2207;</mo>
<mtext>text</mtext>
<ms>&amp;</ms>
</math>
</p>
<p id='t2'>Following element should be in italic:
<math xmlns='http://www.w3.org/1998/Math/MathML'>
<mi>x</mi>
</math>
</p>
</body>
</html>