|
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 |
|
15 <p> |
|
16 mfrac (numalign=right): |
|
17 <math> |
|
18 <mfrac numalign="right"> |
|
19 <mspace width="25px" height="25px" mathbackground="red"/> |
|
20 <mspace width="75px" height="25px" mathbackground="green"/> |
|
21 </mfrac> |
|
22 </math> |
|
23 </p> |
|
24 |
|
25 <p> |
|
26 menclose: |
|
27 <math> |
|
28 <menclose> |
|
29 <mspace width="25px" height="25px" mathbackground="blue"/> |
|
30 <mspace width="25px" height="25px" mathbackground="green"/> |
|
31 <mspace width="25px" height="25px" mathbackground="red"/> |
|
32 </menclose> |
|
33 </math> |
|
34 </p> |
|
35 |
|
36 <p> |
|
37 menclose notation="left": |
|
38 <math> |
|
39 <menclose notation="left"> |
|
40 <mspace width="25px" height="25px" mathbackground="blue"/> |
|
41 <mspace width="25px" height="25px" mathbackground="green"/> |
|
42 <mspace width="25px" height="25px" mathbackground="red"/> |
|
43 </menclose> |
|
44 </math> |
|
45 </p> |
|
46 |
|
47 <p> |
|
48 menclose notation="right": |
|
49 <math> |
|
50 <menclose notation="right"> |
|
51 <mspace width="25px" height="25px" mathbackground="blue"/> |
|
52 <mspace width="25px" height="25px" mathbackground="green"/> |
|
53 <mspace width="25px" height="25px" mathbackground="red"/> |
|
54 </menclose> |
|
55 </math> |
|
56 </p> |
|
57 |
|
58 <p> |
|
59 menclose notation="updiagonalstrike": |
|
60 <math> |
|
61 <menclose notation="updiagonalstrike"> |
|
62 <mspace width="25px" height="25px" mathbackground="blue"/> |
|
63 <mspace width="25px" height="25px" mathbackground="green"/> |
|
64 <mspace width="25px" height="25px" mathbackground="red"/> |
|
65 </menclose> |
|
66 </math> |
|
67 </p> |
|
68 |
|
69 <p> |
|
70 menclose notation="downdiagonalstrike": |
|
71 <math> |
|
72 <menclose notation="downdiagonalstrike"> |
|
73 <mspace width="25px" height="25px" mathbackground="blue"/> |
|
74 <mspace width="25px" height="25px" mathbackground="green"/> |
|
75 <mspace width="25px" height="25px" mathbackground="red"/> |
|
76 </menclose> |
|
77 </math> |
|
78 </p> |
|
79 |
|
80 </body> |
|
81 </html> |