<?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="sizeunits4.png" alt=""/></p>
    <p><b>Your browser's rendering</b>:</p>
    <p>
    <math> 
      <mrow> 
        <msup> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='24pt'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='1ex'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='1em'> 
          <mrow> 
            <mi>M</mi> 
            <mi mathcolor='Blue'>x</mi> 
          </mrow> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='10px'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='0.25in'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='1cm'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='10mm'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup superscriptshift='1pc'> 
          <mi mathcolor='Blue'>x</mi> 
          <mn>2</mn> 
        </msup> 
        <mo>+</mo> 
        <msup > 
          <mi fontsize='170%' mathcolor='Blue'>x 
          </mi> 
          <mn>2</mn> 
        </msup> 
      </mrow> 
    </math>
    </p>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math&gt; 
      &lt;mrow&gt; 
        &lt;msup&gt; 
          &lt;mi mathcolor='Blue'&gt;x&lt;/mi&gt; 
          &lt;mn&gt;2&lt;/mn&gt; 
        &lt;/msup&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;msup superscriptshift='24pt'&gt; 
          &lt;mi mathcolor='Blue'&gt;x&lt;/mi&gt; 
          &lt;mn&gt;2&lt;/mn&gt; 
        &lt;/msup&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;msup superscriptshift='1ex'&gt; 
          &lt;mi mathcolor='Blue'&gt;x&lt;/mi&gt; 
          &lt;mn&gt;2&lt;/mn&gt; 
        &lt;/msup&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;msup superscriptshift='1em'&gt; 
          &lt;mrow&gt; 
            &lt;mi&gt;M&lt;/mi&gt; 
            &lt;mi mathcolor='Blue'&gt;x&lt;/mi&gt; 
          &lt;/mrow&gt; 
          &lt;mn&gt;2&lt;/mn&gt; 
        &lt;/msup&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;msup superscriptshift='10px'&gt; 
          &lt;mi mathcolor='Blue'&gt;x&lt;/mi&gt; 
          &lt;mn&gt;2&lt;/mn&gt; 
        &lt;/msup&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;msup superscriptshift='0.25in'&gt; 
          &lt;mi mathcolor='Blue'&gt;x&lt;/mi&gt; 
          &lt;mn&gt;2&lt;/mn&gt; 
        &lt;/msup&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;msup superscriptshift='1cm'&gt; 
          &lt;mi mathcolor='Blue'&gt;x&lt;/mi&gt; 
          &lt;mn&gt;2&lt;/mn&gt; 
        &lt;/msup&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;msup superscriptshift='10mm'&gt; 
          &lt;mi mathcolor='Blue'&gt;x&lt;/mi&gt; 
          &lt;mn&gt;2&lt;/mn&gt; 
        &lt;/msup&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;msup superscriptshift='1pc'&gt; 
          &lt;mi mathcolor='Blue'&gt;x&lt;/mi&gt; 
          &lt;mn&gt;2&lt;/mn&gt; 
        &lt;/msup&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;msup &gt; 
          &lt;mi fontsize='170%' mathcolor='Blue'&gt;x 
          &lt;/mi&gt; 
          &lt;mn&gt;2&lt;/mn&gt; 
        &lt;/msup&gt; 
      &lt;/mrow&gt; 
    &lt;/math&gt;
    </pre>
  </body>
</html>
