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><title>Test dir=rtl</title></head>
4 <body>
6 <p>
7 mo (lspace=1em rspace=2em):
8 <math>
9 <mtext>_</mtext><mo lspace="2em" rspace="1em">+</mo><mtext>_</mtext>
10 </math>
11 </p>
13 <p>
14 embellished mrow (lspace=1em rspace=2em):
15 <math>
16 <mtext>_</mtext>
17 <mrow><mo lspace="2em" rspace="1em">+</mo></mrow>
18 <mtext>_</mtext>
19 </math>
20 </p>
22 <p>
23 embellished munderover (lspace=1em rspace=2em):
24 <math>
25 <mtext>_</mtext>
26 <munderover>
27 <mo lspace="2em" rspace="1em">+</mo>
28 <mtext>|</mtext>
29 <mtext>|</mtext>
30 </munderover>
31 <mtext>_</mtext>
32 </math>
33 </p>
35 </body>
36 </html>