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