negative-namedspace.html (1096B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <link rel="match" href="negative-namedspace-ref.html"/> 5 </head> 6 <body> 7 <p> 8 <math> 9 <mrow> 10 <mi>x</mi> <mspace width="negativeveryverythinmathspace"></mspace> <mi>y</mi> 11 </mrow> 12 </math> 13 </p> 14 <p> 15 <math> 16 <mrow> 17 <mi>x</mi> <mspace width="negativeverythinmathspace"></mspace> <mi>y</mi> 18 </mrow> 19 </math> 20 </p> 21 <p> 22 <math> 23 <mrow> 24 <mi>x</mi> <mspace width="negativethinmathspace"></mspace> <mi>y</mi> 25 </mrow> 26 </math> 27 </p> 28 <p> 29 <math> 30 <mrow> 31 <mi>x</mi> <mspace width="negativemediummathspace"></mspace> <mi>y</mi> 32 </mrow> 33 </math> 34 </p> 35 <p> 36 <math> 37 <mrow> 38 <mi>x</mi> <mspace width="negativethickmathspace"></mspace> <mi>y</mi> 39 </mrow> 40 </math> 41 </p> 42 <p> 43 <math> 44 <mrow> 45 <mi>x</mi> <mspace width="negativeverythickmathspace"></mspace> <mi>y</mi> 46 </mrow> 47 </math> 48 </p> 49 <p> 50 <math> 51 <mrow> 52 <mi>x</mi> <mspace width="negativeveryverythickmathspace"></mspace> <mi>y</mi> 53 </mrow> 54 </math> 55 </p> 56 </body> 57 </html>