dir-7-ref.html 744 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html>
  3. <head><title>Test dir=rtl</title></head>
  4. <body>
  5. <p>
  6. mo (lspace=1em rspace=2em):
  7. <math>
  8. <mtext>_</mtext><mo lspace="2em" rspace="1em">+</mo><mtext>_</mtext>
  9. </math>
  10. </p>
  11. <p>
  12. embellished mrow (lspace=1em rspace=2em):
  13. <math>
  14. <mtext>_</mtext>
  15. <mrow><mo lspace="2em" rspace="1em">+</mo></mrow>
  16. <mtext>_</mtext>
  17. </math>
  18. </p>
  19. <p>
  20. embellished munderover (lspace=1em rspace=2em):
  21. <math>
  22. <mtext>_</mtext>
  23. <munderover>
  24. <mo lspace="2em" rspace="1em">+</mo>
  25. <mtext>|</mtext>
  26. <mtext>|</mtext>
  27. </munderover>
  28. <mtext>_</mtext>
  29. </math>
  30. </p>
  31. </body>
  32. </html>