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