Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>alignment of mmultiscript sub/superscripts</title>
5 </head>
7 <body>
8 <math>
9 <mmultiscripts>
10 <mspace width="50px" height="50px" mathbackground="red"/>
11 <mrow>
12 <mspace width="50px" height="10px" mathbackground="blue"/>
13 </mrow>
14 <mspace width="100px" height="10px" mathbackground="green"/>
15 <mprescripts/>
16 <mrow>
17 <mspace width="50px" height="10px" mathbackground="blue"/>
18 </mrow>
19 <mspace width="100px" height="10px" mathbackground="green"/>
20 </mmultiscripts>
21 </math>
22 <br/>
23 <math>
24 <mmultiscripts>
25 <mspace width="50px" height="50px" mathbackground="red"/>
26 <mspace width="100px" height="10px" mathbackground="green"/>
27 <mrow>
28 <mspace width="50px" height="10px" mathbackground="blue"/>
29 </mrow>
30 <mprescripts/>
31 <mspace width="100px" height="10px" mathbackground="green"/>
32 <mrow>
33 <mspace width="50px" height="10px" mathbackground="blue"/>
34 </mrow>
35 </mmultiscripts>
36 </math>
37 </body>
38 </html>