<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="../../../../style/mathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <!--
Copyright &#251; 1994-2003 World Wide Web Consortium, (Massachusetts Institute
of Technology, European Consortium for Informatics and
Mathematics, Keio University). All Rights Reserved. See
http://www.w3.org/Consortium/Legal/.
  -->
  <head>
    <title> W3C MathML TestSuite, Version 2: miSfontsize9</title>
</head>
  <body style="background: #ffffff">
    <table width="100%" cellpadding="8">
      <tr>
        <td>
          <a href="../../../Presentation/TokenElements/mi/miSfonts8.xml">
    prev </a>
        </td>
        <td style="text-align: right">
          <a href="../../../Presentation/TokenElements/mi/miSmathsize16.xml">
    next</a>
        </td>
      </tr>
    </table>
      <table style="background:#cccccc" cellpadding="4">
        <tr>
          <td style="text-align: right" valign="top">File:</td>
          <td>Presentation/TokenElements/mi/miSfontsize9.xml (<a href="miSfontsize9.mml">mml file</a>)
        </td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Author:</td>
          <td>Robert Miner and Jeff Schaefer, Geometry Technologies; Neil Soiffer, Wolfram Research</td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Description:</td>
          <td>Tests different CSS fontsize and mathsize attribute value formats, and
fontsize/mathsize attribute inheritance with &lt;mstyle> and &lt;mi></td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Sample Rendering:</td>
          <td>
            <table>
              <tr>
                <td>
                  <img src="miSfontsize9.png" alt="Created by: webeq"/>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    <p>
      <b>Your browser's rendering</b>:</p>
    <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mstyle fontweight="bold" color="#ff0000"> 
              <mrow> 
                <mi>A</mi> 
                <mo>+</mo> 
                <mi fontweight="normal" fontstyle="italic">A 
                </mi> 
                <mo>+</mo> 
                <mstyle fontsize="0.1in"> 
                  <mi>A</mi> 
                  <mo>+</mo> 
                  <mi fontsize="2em">A</mi> 
                  <mo>+</mo> 
                  <mi fontsize="36pt">A</mi> 
                </mstyle> 
                <mo>+</mo> 
                <mi fontsize="20mm">A</mi> 
              </mrow> 
            </mstyle> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mstyle mathcolor="#ff0000"> 
              <mrow> 
                <mi>A</mi> 
                <mo>+</mo> 
                <mstyle mathsize="0.1in"> 
                  <mi>A</mi> 
                  <mo>+</mo> 
                  <mi mathsize="2em">A</mi> 
                  <mo>+</mo> 
                  <mi mathsize="36pt">A</mi> 
                </mstyle> 
                <mo>+</mo> 
                <mi mathsize="20mm">A</mi> 
                <mo>+</mo> 
                <mstyle mathsize="big"> 
                  <mi>A</mi> 
                  <mo>+</mo> 
                  <mi mathsize="small">A</mi> 
                  <mo>+</mo> 
                  <mi mathsize="normal">A</mi> 
                </mstyle> 
              </mrow> 
            </mstyle> 
          </mtd> 
        </mtr> 
      </mtable> 
    </math>
  </p>
    <hr/>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math> 
      &lt;mtable> 
        &lt;mtr> 
          &lt;mtd> 
            &lt;mstyle fontweight='bold' color='#ff0000'> 
              &lt;mrow> 
                &lt;mi>A&lt;/mi> 
                &lt;mo>+&lt;/mo> 
                &lt;mi fontweight='normal' fontstyle='italic'>A 
                &lt;/mi> 
                &lt;mo>+&lt;/mo> 
                &lt;mstyle fontsize='0.1in'> 
                  &lt;mi>A&lt;/mi> 
                  &lt;mo>+&lt;/mo> 
                  &lt;mi fontsize='2em'>A&lt;/mi> 
                  &lt;mo>+&lt;/mo> 
                  &lt;mi fontsize='36pt'>A&lt;/mi> 
                &lt;/mstyle> 
                &lt;mo>+&lt;/mo> 
                &lt;mi fontsize='20mm'>A&lt;/mi> 
              &lt;/mrow> 
            &lt;/mstyle> 
          &lt;/mtd> 
        &lt;/mtr> 
        &lt;mtr> 
          &lt;mtd> 
            &lt;mstyle mathcolor='#ff0000'> 
              &lt;mrow> 
                &lt;mi>A&lt;/mi> 
                &lt;mo>+&lt;/mo> 
                &lt;mstyle mathsize='0.1in'> 
                  &lt;mi>A&lt;/mi> 
                  &lt;mo>+&lt;/mo> 
                  &lt;mi mathsize='2em'>A&lt;/mi> 
                  &lt;mo>+&lt;/mo> 
                  &lt;mi mathsize='36pt'>A&lt;/mi> 
                &lt;/mstyle> 
                &lt;mo>+&lt;/mo> 
                &lt;mi mathsize='20mm'>A&lt;/mi> 
                &lt;mo>+&lt;/mo> 
                &lt;mstyle mathsize='big'> 
                  &lt;mi>A&lt;/mi> 
                  &lt;mo>+&lt;/mo> 
                  &lt;mi mathsize='small'>A&lt;/mi> 
                  &lt;mo>+&lt;/mo> 
                  &lt;mi mathsize='normal'>A&lt;/mi> 
                &lt;/mstyle> 
              &lt;/mrow> 
            &lt;/mstyle> 
          &lt;/mtd> 
        &lt;/mtr> 
      &lt;/mtable> 
    &lt;/math>
  </pre>
    <p style="text-align: right">
      <a href="../../../../overview.html" target="_top">
	Test Suite Home
	</a>
    </p>
    <hr/>
  </body>
</html>
