Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            - /mathml/mathspace_names/negative-namedspace.html - WPT Dashboard Interop Dashboard
 
<!DOCTYPE html>
<html>
  <head>
    <link rel="match" href="negative-namedspace-ref.html"/>
  </head>
  <body>
    <p>
      <math>
	<mrow>
	  <mi>x</mi> <mspace width="negativeveryverythinmathspace"></mspace> <mi>y</mi>
	</mrow>
      </math>
    </p>
    <p>
      <math>
	<mrow>
	  <mi>x</mi> <mspace width="negativeverythinmathspace"></mspace> <mi>y</mi>
	</mrow>
      </math>
    </p>
    <p>
      <math>
	<mrow>
	  <mi>x</mi> <mspace width="negativethinmathspace"></mspace> <mi>y</mi>
	</mrow>
      </math>
    </p>
    <p>
      <math>
	<mrow>
	  <mi>x</mi> <mspace width="negativemediummathspace"></mspace> <mi>y</mi>
	</mrow>
      </math>
    </p>
    <p>
      <math>
	<mrow>
	  <mi>x</mi> <mspace width="negativethickmathspace"></mspace> <mi>y</mi>
	</mrow>
      </math>
    </p>
    <p>
      <math>
	<mrow>
	  <mi>x</mi> <mspace width="negativeverythickmathspace"></mspace> <mi>y</mi>
	</mrow>
      </math>
    </p>
    <p>
      <math>
	<mrow>
	  <mi>x</mi> <mspace width="negativeveryverythickmathspace"></mspace> <mi>y</mi>
	</mrow>
      </math>
    </p>
  </body>
</html>