dir-10-ref.html 726 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html>
  3. <head><title>Test direction: rtl</title></head>
  4. <body>
  5. <p>
  6. math:
  7. <math style="direction: rtl">
  8. <mi>a</mi>
  9. <mi>b</mi>
  10. <mi>c</mi>
  11. </math>
  12. </p>
  13. <p>
  14. mrow:
  15. <math>
  16. <mrow style="direction: rtl">
  17. <mi>z</mi>
  18. <mtext>X</mtext>
  19. <mtext>Y</mtext>
  20. <mtext>Z</mtext>
  21. <mi>a</mi>
  22. </mrow>
  23. </math>
  24. </p>
  25. <p>
  26. mstyle(mathcolor=blue):
  27. <math>
  28. <mstyle mathcolor="blue" style="direction: rtl">
  29. <mi>a</mi>
  30. <mo>+</mo>
  31. <mn>3</mo>
  32. <mo>+</mo>
  33. <mn>9</mn>
  34. </mstyle>
  35. </math>
  36. </p>
  37. </body>
  38. </html>