semantics-4.html (1202B)
1 <!DOCTYPE HTML> 2 <head> 3 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1131000"/> 4 <link rel="match" href="semantics-4-ref.html"/> 5 </head> 6 7 <math display="block" xmlns="http://www.w3.org/1998/Math/MathML"> 8 <semantics> 9 <mtable width="100%" mathbackground="red"> 10 <mtr> <mtd><mi>x</mi></mtd> </mtr> 11 </mtable> 12 <annotation encoding="application/x-tex">y</annotation> 13 </semantics> 14 </math> 15 16 <math display="block" xmlns="http://www.w3.org/1998/Math/MathML"> 17 <semantics> 18 <mtable mathbackground="red"> 19 <mtr> <mtd><mi>x</mi></mtd> </mtr> 20 </mtable> 21 <annotation encoding="application/x-tex">y</annotation> 22 </semantics> 23 </math> 24 25 <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> 26 <semantics> 27 <mtable width="100%" mathbackground="red"> 28 <mtr> <mtd><mi>x</mi></mtd> </mtr> 29 </mtable> 30 <annotation encoding="application/x-tex">y</annotation> 31 </semantics> 32 </math> 33 34 <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"> 35 <semantics> 36 <mtable mathbackground="red"> 37 <mtr> <mtd><mi>x</mi></mtd> </mtr> 38 </mtable> 39 <annotation encoding="application/x-tex">y</annotation> 40 </semantics> 41 </math>