mtable-rowalign-single-mtable.html (4424B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Test MathML rowalign</title> 5 <link rel="match" href="mtable-rowalign-single-ref.html"/> 6 </head> 7 <body> 8 <b>rowalign="top"</b> <br/> 9 <math> 10 <mstyle> 11 <mtable rowalign="top"> 12 <mtr> 13 <mtd> 14 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace> 15 </mtd> 16 <mtd> 17 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace> 18 </mtd> 19 <mtd> 20 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace> 21 </mtd> 22 </mtr> 23 <mtr> 24 <mtd> 25 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace> 26 </mtd> 27 <mtd> 28 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace> 29 </mtd> 30 <mtd> 31 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace> 32 </mtd> 33 </mtr> 34 <mtr> 35 <mtd> 36 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace> 37 </mtd> 38 <mtd> 39 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace> 40 </mtd> 41 <mtd> 42 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace> 43 </mtd> 44 </mtr> 45 </mtable> 46 </mstyle> 47 </math> <br /> 48 <b>rowalign="center"</b> <br /> 49 <math> 50 <mstyle> 51 <mtable rowalign="center"> 52 <mtr> 53 <mtd> 54 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace> 55 </mtd> 56 <mtd> 57 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace> 58 </mtd> 59 <mtd> 60 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace> 61 </mtd> 62 </mtr> 63 <mtr> 64 <mtd> 65 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace> 66 </mtd> 67 <mtd> 68 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace> 69 </mtd> 70 <mtd> 71 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace> 72 </mtd> 73 </mtr> 74 <mtr> 75 <mtd> 76 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace> 77 </mtd> 78 <mtd> 79 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace> 80 </mtd> 81 <mtd> 82 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace> 83 </mtd> 84 </mtr> 85 </mtable> 86 </mstyle> 87 </math> <br /> 88 <b>rowalign="bottom"</b> <br /> 89 <math> 90 <mstyle> 91 <mtable rowalign="bottom"> 92 <mtr> 93 <mtd> 94 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace> 95 </mtd> 96 <mtd> 97 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace> 98 </mtd> 99 <mtd> 100 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace> 101 </mtd> 102 </mtr> 103 <mtr> 104 <mtd> 105 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace> 106 </mtd> 107 <mtd> 108 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace> 109 </mtd> 110 <mtd> 111 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace> 112 </mtd> 113 </mtr> 114 <mtr> 115 <mtd> 116 <mspace width="10px" depth="5px" height="5px" mathbackground="red"></mspace> 117 </mtd> 118 <mtd> 119 <mspace width="10px" depth="10px" height="10px" mathbackground="green"></mspace> 120 </mtd> 121 <mtd> 122 <mspace width="10px" depth="15px" height="15px" mathbackground="blue"></mspace> 123 </mtd> 124 </mtr> 125 </mtable> 126 </mstyle> 127 </math> 128 </body> 129 </html>