mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
44 lines
712 B
HTML
44 lines
712 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test math-variant interaction with fontstyle and fontweight</title>
|
|
</head>
|
|
<body>
|
|
<math>
|
|
<mrow>
|
|
<mtext>A</mtext>
|
|
<mtext>A</mtext>
|
|
</mrow>
|
|
</math>
|
|
<p>
|
|
<math>
|
|
<mn>A</mn>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mn fontweight="bold">A</mn>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mn fontweight="bold" fontstyle="italic">A</mn>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mn fontweight="bold" fontstyle="italic">A</mn>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mn fontweight="bold" fontstyle="italic">A</mn>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mn>A</mn>
|
|
</math>
|
|
</p>
|
|
</body>
|
|
</html>
|