mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-03 19:05:35 +00:00
42 lines
726 B
HTML
42 lines
726 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head><title>Test direction: rtl</title></head>
|
|
<body>
|
|
<p>
|
|
math:
|
|
<math style="direction: rtl">
|
|
<mi>a</mi>
|
|
<mi>b</mi>
|
|
<mi>c</mi>
|
|
</math>
|
|
</p>
|
|
|
|
<p>
|
|
mrow:
|
|
<math>
|
|
<mrow style="direction: rtl">
|
|
<mi>z</mi>
|
|
<mtext>X</mtext>
|
|
<mtext>Y</mtext>
|
|
<mtext>Z</mtext>
|
|
<mi>a</mi>
|
|
</mrow>
|
|
</math>
|
|
</p>
|
|
|
|
<p>
|
|
mstyle(mathcolor=blue):
|
|
<math>
|
|
<mstyle mathcolor="blue" style="direction: rtl">
|
|
<mi>a</mi>
|
|
<mo>+</mo>
|
|
<mn>3</mo>
|
|
<mo>+</mo>
|
|
<mn>9</mn>
|
|
</mstyle>
|
|
</math>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|