зеркало из https://github.com/mozilla/gecko-dev.git
46 строки
870 B
HTML
46 строки
870 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test math-variant interaction with fontstyle and fontweight</title>
|
|
</head>
|
|
<body>
|
|
<math>
|
|
<mrow>
|
|
<mtext mathvariant="normal" fontweight="bold">A</mtext>
|
|
<mtext mathvariant="normal" fontstyle="italic">A</mtext>
|
|
</mrow>
|
|
</math>
|
|
<p>
|
|
<math>
|
|
<mi fontstyle="normal">A</mi>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mi fontstyle="normal" fontweight="bold">A</mi>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mi fontweight="bold">A</mi>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mi fontweight="bold" fontstyle="italic">A</mi>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mi fontweight="bold" style="font-style:normal">A</mi>
|
|
</math>
|
|
</p>
|
|
<p>
|
|
<math>
|
|
<mi fontstyle="normal" style="font-weight:bold">A</mi>
|
|
</math>
|
|
</p>
|
|
</body>
|
|
</html>
|
|
|