munder-mover-align-accent-false-ref.html (2186B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Horizontal alignment of base with munder/mover scripts (accent="false")</title> 5 </head> 6 <body> 7 <table border="1"> 8 <tr> 9 <th colspan="2">mover</th> 10 <th colspan="2">munder</th> 11 </tr> 12 <tr> 13 <td align="center">Over < Base</td> 14 <td align="center">Over > Base</td> 15 <td align="center">Under < Base</td> 16 <td align="center">Under > Base</td> 17 </tr> 18 <tr> 19 <td align="center"> 20 <math> 21 <mover> 22 <mspace height="15px" width="75px" mathbackground="blue"/> 23 <mrow> 24 <mspace height="15px" width="25px"/> 25 <mspace height="15px" width="25px" mathbackground="red"/> 26 <mspace height="15px" width="25px"/> 27 </mrow> 28 </mover> 29 </math> 30 </td> 31 <td align="center"> 32 <math> 33 <mover> 34 <mrow> 35 <mspace height="15px" width="25px"/> 36 <mspace height="15px" width="25px" mathbackground="blue"/> 37 <mspace height="15px" width="25px"/> 38 </mrow> 39 <mspace height="15px" width="75px" mathbackground="red"/> 40 </mover> 41 </math> 42 </td> 43 <td align="center"> 44 <math> 45 <munder> 46 <mspace height="15px" width="75px" mathbackground="blue"/> 47 <mrow> 48 <mspace height="15px" width="25px"/> 49 <mspace height="15px" width="25px" mathbackground="red"/> 50 <mspace height="15px" width="25px"/> 51 </mrow> 52 </munder> 53 </math> 54 </td> 55 <td align="center"> 56 <math> 57 <munder> 58 <mrow> 59 <mspace height="15px" width="25px"/> 60 <mspace height="15px" width="25px" mathbackground="blue"/> 61 <mspace height="15px" width="25px"/> 62 </mrow> 63 <mspace height="15px" width="75px" mathbackground="red"/> 64 </munder> 65 </math> 66 </td> 67 </tr> 68 </table> 69 </body> 70 </html>