Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
michael@0 | 1 | <html><head> |
michael@0 | 2 | <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>Comparison of script elements</title></head> |
michael@0 | 3 | <body> |
michael@0 | 4 | msubsup: |
michael@0 | 5 | <math> |
michael@0 | 6 | <msubsup style="background: red;"> |
michael@0 | 7 | <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
michael@0 | 8 | <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext> |
michael@0 | 9 | <mtext style="background-color: rgba(0, 255, 0, 0.4);">ccc</mtext> |
michael@0 | 10 | </msubsup> |
michael@0 | 11 | </math> |
michael@0 | 12 | |
michael@0 | 13 | <br><br> |
michael@0 | 14 | |
michael@0 | 15 | <!-- Different rules apply to msub, so it won't provide equivalent output --> |
michael@0 | 16 | msubsup: |
michael@0 | 17 | <math> |
michael@0 | 18 | <msubsup style="background: red;"> |
michael@0 | 19 | <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
michael@0 | 20 | <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext> |
michael@0 | 21 | <mrow></mrow> |
michael@0 | 22 | </msubsup> |
michael@0 | 23 | </math> |
michael@0 | 24 | |
michael@0 | 25 | <br><br> |
michael@0 | 26 | |
michael@0 | 27 | msup / msubsup: |
michael@0 | 28 | <math> |
michael@0 | 29 | <msup style="background: red;"> |
michael@0 | 30 | <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
michael@0 | 31 | <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext> |
michael@0 | 32 | </msup> |
michael@0 | 33 | </math> |
michael@0 | 34 | |
michael@0 | 35 | <math> |
michael@0 | 36 | <msubsup style="background: red;"> |
michael@0 | 37 | <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
michael@0 | 38 | <mrow></mrow> |
michael@0 | 39 | <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext> |
michael@0 | 40 | </msubsup> |
michael@0 | 41 | </math> |
michael@0 | 42 | |
michael@0 | 43 | <br><br> |
michael@0 | 44 | |
michael@0 | 45 | mrow / msub: |
michael@0 | 46 | <math> |
michael@0 | 47 | <mrow style="background: red;"> |
michael@0 | 48 | <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
michael@0 | 49 | </mrow> |
michael@0 | 50 | </math> |
michael@0 | 51 | |
michael@0 | 52 | <math> |
michael@0 | 53 | <msub style="background: red;"> |
michael@0 | 54 | <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
michael@0 | 55 | <mrow></mrow> |
michael@0 | 56 | </msub> |
michael@0 | 57 | </math> |
michael@0 | 58 | |
michael@0 | 59 | <br><br> |
michael@0 | 60 | |
michael@0 | 61 | msupsub: |
michael@0 | 62 | <math> |
michael@0 | 63 | <msubsup style="background: red;"> |
michael@0 | 64 | <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext> |
michael@0 | 65 | <mrow></mrow> |
michael@0 | 66 | <mrow></mrow> |
michael@0 | 67 | </msubsup> |
michael@0 | 68 | </math> |
michael@0 | 69 | |
michael@0 | 70 | </body></html> |