<?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: msAdisplaystyle2</title>
</head>
  <body style="background: #ffffff">
    <table width="100%" cellpadding="8">
      <tr>
        <td>
          <a href="../../../Presentation/TokenElements/ms/ms1.xml">
    prev </a>
        </td>
        <td style="text-align: right">
          <a href="../../../Presentation/TokenElements/ms/msAquotes3.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/ms/msAdisplaystyle2.xml (<a href="msAdisplaystyle2.mml">mml file</a>)
        </td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Author:</td>
          <td>Robert Miner and Jeff Schaefer, Geometry Technologies</td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Description:</td>
          <td>Tests that token element attributes set on &lt;ms> are
unaffected by being put into an &lt;mstyle> environment. Also tests
various multiple color attribute value formats.</td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Sample Rendering:</td>
          <td>
            <table>
              <tr>
                <td>
                  <img src="msAdisplaystyle2.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"> 
      <mstyle displaystyle="true"> 
        <mrow> 
          <ms>A</ms> 
          <mo>+</mo> 
          <ms fontweight="bold">A</ms> 
          <mo>+</mo> 
          <ms fontweight="normal" fontstyle="italic">A 
          </ms> 
          <mo>+</mo> 
          <ms fontstyle="normal">A</ms> 
          <mo>+</mo> 
          <ms fontweight="bold" fontstyle="normal">A 
          </ms> 
          <mo>+</mo> 
          <ms color="#9c0fff">A</ms> 
          <mo>+</mo> 
          <ms color="#0ee">A</ms> 
          <mo>+</mo> 
          <ms color="Green">A</ms> 
          <mo>+</mo> 
          <ms fontfamily="Helvetica">A</ms> 
        </mrow> 
      </mstyle> 
    </math>
  </p>
    <hr/>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math> 
      &lt;mstyle displaystyle='true'> 
        &lt;mrow> 
          &lt;ms>A&lt;/ms> 
          &lt;mo>+&lt;/mo> 
          &lt;ms fontweight='bold'>A&lt;/ms> 
          &lt;mo>+&lt;/mo> 
          &lt;ms fontweight='normal' fontstyle='italic'>A 
          &lt;/ms> 
          &lt;mo>+&lt;/mo> 
          &lt;ms fontstyle='normal'>A&lt;/ms> 
          &lt;mo>+&lt;/mo> 
          &lt;ms fontweight='bold' fontstyle='normal'>A 
          &lt;/ms> 
          &lt;mo>+&lt;/mo> 
          &lt;ms color='#9c0fff'>A&lt;/ms> 
          &lt;mo>+&lt;/mo> 
          &lt;ms color='#0ee'>A&lt;/ms> 
          &lt;mo>+&lt;/mo> 
          &lt;ms color='Green'>A&lt;/ms> 
          &lt;mo>+&lt;/mo> 
          &lt;ms fontfamily='Helvetica'>A&lt;/ms> 
        &lt;/mrow> 
      &lt;/mstyle> 
    &lt;/math>
  </pre>
    <p style="text-align: right">
      <a href="../../../../overview.html" target="_top">
	Test Suite Home
	</a>
    </p>
    <hr/>
  </body>
</html>
