<?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: msqrtSinheritance9</title>
</head>
  <body style="background: #ffffff">
    <table width="100%" cellpadding="8">
      <tr>
        <td>
          <a href="../../../Presentation/GeneralLayout/msqrt-mroot/msqrtBimplied8.xml">
    prev </a>
        </td>
        <td style="text-align: right">
          <a href="../../../Presentation/GeneralLayout/mstyle/mstyle1.xml">
    next</a>
        </td>
      </tr>
    </table>
      <table style="background:#cccccc" cellpadding="4">
        <tr>
          <td style="text-align: right" valign="top">File:</td>
          <td>Presentation/GeneralLayout/msqrt-mroot/msqrtSinheritance9.xml (<a href="msqrtSinheritance9.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>This examples tests that &lt;msqrt> inherits font attributes
properly from &lt;mstyle>.</td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Sample Rendering:</td>
          <td>
            <table>
              <tr>
                <td>
                  <img src="msqrtSinheritance9.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"> 
      <mrow> 
        <mstyle color="Blue" fontweight="bold"> 
          <mfrac> 
            <mstyle fontstyle="italic"> 
              <msqrt> 
                <mrow> 
                  <mi>x</mi> 
                  <mo>-</mo> 
                  <mn>3</mn> 
                </mrow> 
              </msqrt> 
            </mstyle> 
            <mstyle fontweight="bold"> 
              <msqrt> 
                <mrow> 
                  <mn>3</mn> 
                  <mi>x</mi> 
                </mrow> 
              </msqrt> 
            </mstyle> 
          </mfrac> 
        </mstyle> 
        <mfrac> 
          <mstyle fontstyle="italic"> 
            <msqrt> 
              <mn>2</mn> 
              <mi>x</mi> 
              <mo>-</mo> 
              <mn>3</mn> 
            </msqrt> 
          </mstyle> 
          <mstyle fontweight="bold"> 
            <msqrt> 
              <mrow> 
                <mn>3</mn> 
                <mi>x</mi> 
              </mrow> 
            </msqrt> 
          </mstyle> 
        </mfrac> 
      </mrow> 
    </math>
  </p>
    <hr/>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math> 
      &lt;mrow> 
        &lt;mstyle color='Blue' fontweight='bold'> 
          &lt;mfrac> 
            &lt;mstyle fontstyle='italic'> 
              &lt;msqrt> 
                &lt;mrow> 
                  &lt;mi>x&lt;/mi> 
                  &lt;mo>-&lt;/mo> 
                  &lt;mn>3&lt;/mn> 
                &lt;/mrow> 
              &lt;/msqrt> 
            &lt;/mstyle> 
            &lt;mstyle fontweight='bold'> 
              &lt;msqrt> 
                &lt;mrow> 
                  &lt;mn>3&lt;/mn> 
                  &lt;mi>x&lt;/mi> 
                &lt;/mrow> 
              &lt;/msqrt> 
            &lt;/mstyle> 
          &lt;/mfrac> 
        &lt;/mstyle> 
        &lt;mfrac> 
          &lt;mstyle fontstyle='italic'> 
            &lt;msqrt> 
              &lt;mn>2&lt;/mn> 
              &lt;mi>x&lt;/mi> 
              &lt;mo>-&lt;/mo> 
              &lt;mn>3&lt;/mn> 
            &lt;/msqrt> 
          &lt;/mstyle> 
          &lt;mstyle fontweight='bold'> 
            &lt;msqrt> 
              &lt;mrow> 
                &lt;mn>3&lt;/mn> 
                &lt;mi>x&lt;/mi> 
              &lt;/mrow> 
            &lt;/msqrt> 
          &lt;/mstyle> 
        &lt;/mfrac> 
      &lt;/mrow> 
    &lt;/math>
  </pre>
    <p style="text-align: right">
      <a href="../../../../overview.html" target="_top">
	Test Suite Home
	</a>
    </p>
    <hr/>
  </body>
</html>
