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 <mspace width="50px" height="10px"/>
14 </mrow>
15 <mspace width="100px" height="10px" mathbackground="green"/>
16 <mprescripts/>
17 <mrow>
18 <mspace width="50px" height="10px"/>
19 <mspace width="50px" height="10px" mathbackground="blue"/>
20 </mrow>
21 <mspace width="100px" height="10px" mathbackground="green"/>
22 </mmultiscripts>
23 </math>
24 <br/>
25 <math>
26 <mmultiscripts>
27 <mspace width="50px" height="50px" mathbackground="red"/>
28 <mspace width="100px" height="10px" mathbackground="green"/>
29 <mrow>
30 <mspace width="50px" height="10px" mathbackground="blue"/>
31 <mspace width="50px" height="10px"/>
32 </mrow>
33 <mprescripts/>
34 <mspace width="100px" height="10px" mathbackground="green"/>
35 <mrow>
36 <mspace width="50px" height="10px"/>
37 <mspace width="50px" height="10px" mathbackground="blue"/>
38 </mrow>
39 </mmultiscripts>
40 </math>
41 </body>
42 </html>