Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
1 <html><head>
2 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>Comparison of script elements</title></head>
3 <body>
4 msubsup:
5 <math>
6 <mmultiscripts style="background: red;">
7 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
8 <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
9 <mtext style="background-color: rgba(0, 255, 0, 0.4);">ccc</mtext>
10 </mmultiscripts>
11 </math>
13 <br><br>
15 msubsup:
16 <math>
17 <mmultiscripts style="background: red;">
18 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
19 <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
20 <none/>
21 </mmultiscripts>
22 </math>
24 <br><br>
26 msup / msubsup:
27 <math>
28 <mmultiscripts style="background: red;">
29 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
30 <none/>
31 <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
32 </mmultiscripts>
33 </math>
35 <math>
36 <mmultiscripts style="background: red;">
37 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
38 <none/>
39 <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
40 </mmultiscripts>
41 </math>
43 <br><br>
46 mrow / msub:
47 <math>
48 <mrow style="background: red;">
49 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
50 </mrow>
51 </math>
53 <math>
54 <mrow style="background: red;">
55 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
56 </mrow>
57 </math>
59 <br><br>
61 msupsub:
62 <math>
63 <mmultiscripts style="background: red;">
64 <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
65 <none />
66 <none />
67 </mmultiscripts>
68 </math>
70 </body></html>