<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title> W3C MathML TestSuite for CSS, Version 2: math1</title>
  <link rel='stylesheet' type="text/css" href="../../../../style/mathml.css"/>
</head>
  <body>
    <p><b>Image</b>:</p>
    <p><img src="mspace1.png" alt=""/></p>
    <p><b>Your browser's rendering</b>:</p>
    <p>
    <math> 
      <mrow> 
        <mi>x</mi> 
        <mstyle background="#000099"> 
          <mspace height="1ex" width="1ex"/> 
        </mstyle> 
        <mi>M</mi> 
        <mstyle background="#000099"> 
          <mspace height="1ex" depth="1em" width="1ex"/> 
        </mstyle> 
        <mi>x</mi> 
        <mstyle background="#000099"> 
          <mspace depth="2mm" width=".2in"/> 
        </mstyle> 
      </mrow> 
    </math>
    </p>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math&gt; 
      &lt;mrow&gt; 
        &lt;mi&gt;x&lt;/mi&gt; 
        &lt;mstyle background="#000099"&gt; 
          &lt;mspace height="1ex" width="1ex"/&gt; 
        &lt;/mstyle&gt; 
        &lt;mi&gt;M&lt;/mi&gt; 
        &lt;mstyle background="#000099"&gt; 
          &lt;mspace height="1ex" depth="1em" width="1ex"/&gt; 
        &lt;/mstyle&gt; 
        &lt;mi&gt;x&lt;/mi&gt; 
        &lt;mstyle background="#000099"&gt; 
          &lt;mspace depth="2mm" width=".2in"/&gt; 
        &lt;/mstyle&gt; 
      &lt;/mrow&gt; 
    &lt;/math&gt;
    </pre>
  </body>
</html>

