зеркало из https://github.com/mozilla/gecko-dev.git
26 строки
627 B
HTML
26 строки
627 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Test mathvariant exception mappings</title>
|
|
</head>
|
|
<body>
|
|
<math>
|
|
<mrow>
|
|
<mtext fontstyle="italic">ıȷ</mtext>
|
|
<mtext>ıȷ</mtext>
|
|
<mtext fontweight="bold">Ϝϝ</mtext>
|
|
<mtext>Ϝϝ</mtext>
|
|
</mrow>
|
|
</math>
|
|
<p>
|
|
<math>
|
|
<mrow>
|
|
<mi mathvariant="italic">ı</mi>
|
|
<mi mathvariant="italic">ȷ</mi>
|
|
<mi mathvariant="normal">ıı</mi>
|
|
<mi mathvariant="normal">ȷȷ</mi>
|
|
</mrow>
|
|
</math>
|
|
</body>
|
|
</html>
|