dir-2-ref.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <!DOCTYPE html>
  2. <html>
  3. <head><title>Test dir=rtl</title></head>
  4. <body>
  5. <p>
  6. mfrac (numalign=left):
  7. <math>
  8. <mfrac numalign="left">
  9. <mspace width="25px" height="25px" mathbackground="red"/>
  10. <mspace width="75px" height="25px" mathbackground="green"/>
  11. </mfrac>
  12. </math>
  13. </p>
  14. <p>
  15. mfrac (numalign=right):
  16. <math>
  17. <mfrac numalign="right">
  18. <mspace width="25px" height="25px" mathbackground="red"/>
  19. <mspace width="75px" height="25px" mathbackground="green"/>
  20. </mfrac>
  21. </math>
  22. </p>
  23. <p>
  24. menclose:
  25. <math>
  26. <menclose>
  27. <mspace width="25px" height="25px" mathbackground="blue"/>
  28. <mspace width="25px" height="25px" mathbackground="green"/>
  29. <mspace width="25px" height="25px" mathbackground="red"/>
  30. </menclose>
  31. </math>
  32. </p>
  33. <p>
  34. menclose notation="left":
  35. <math>
  36. <menclose notation="left">
  37. <mspace width="25px" height="25px" mathbackground="blue"/>
  38. <mspace width="25px" height="25px" mathbackground="green"/>
  39. <mspace width="25px" height="25px" mathbackground="red"/>
  40. </menclose>
  41. </math>
  42. </p>
  43. <p>
  44. menclose notation="right":
  45. <math>
  46. <menclose notation="right">
  47. <mspace width="25px" height="25px" mathbackground="blue"/>
  48. <mspace width="25px" height="25px" mathbackground="green"/>
  49. <mspace width="25px" height="25px" mathbackground="red"/>
  50. </menclose>
  51. </math>
  52. </p>
  53. <p>
  54. menclose notation="updiagonalstrike":
  55. <math>
  56. <menclose notation="updiagonalstrike">
  57. <mspace width="25px" height="25px" mathbackground="blue"/>
  58. <mspace width="25px" height="25px" mathbackground="green"/>
  59. <mspace width="25px" height="25px" mathbackground="red"/>
  60. </menclose>
  61. </math>
  62. </p>
  63. <p>
  64. menclose notation="downdiagonalstrike":
  65. <math>
  66. <menclose notation="downdiagonalstrike">
  67. <mspace width="25px" height="25px" mathbackground="blue"/>
  68. <mspace width="25px" height="25px" mathbackground="green"/>
  69. <mspace width="25px" height="25px" mathbackground="red"/>
  70. </menclose>
  71. </math>
  72. </p>
  73. </body>
  74. </html>