<?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: moAaccent10</title>
</head>
  <body style="background: #ffffff">
    <table width="100%" cellpadding="8">
      <tr>
        <td>
          <a href="../../../Presentation/TokenElements/mo/mo8.xml">
    prev </a>
        </td>
        <td style="text-align: right">
          <a href="../../../Presentation/TokenElements/mo/moAaccent9.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/mo/moAaccent10.xml (<a href="moAaccent10.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 example tests the interaction of the 'accent'
attribute for &lt;mover> and &lt;mo>.  In particular, it tests
that when the attribute is set on the enclosing &lt;mover>, it
overrides the value set on an operator in the second slot, whether
computed or explicitly set.  It also tests whether there are any
unwanted side effects from setting the 'accent' attribute on an
&lt;mo> outside the scope of a scripting schema.</td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Sample Rendering:</td>
          <td>
            <table>
              <tr>
                <td>
                  <img src="moAaccent10.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> 
        <mover> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo accent="false">&#x000AF;</mo> 
        </mover> 
        <mo accent="false">+</mo> 
        <mover accent="true"> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo accent="false">&#x000AF;</mo> 
        </mover> 
        <mo accent="true">+</mo> 
        <mover accent="false"> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo accent="false">&#x000AF;</mo> 
        </mover> 
      </mrow> 
    </math>
  </p>
    <hr/>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math> 
      &lt;mrow> 
        &lt;mover> 
          &lt;mrow> 
            &lt;mi>G&lt;/mi> 
            &lt;mo>-&lt;/mo> 
            &lt;mn>1&lt;/mn> 
          &lt;/mrow> 
          &lt;mo accent='false'>&amp;OverBar;&lt;/mo> 
        &lt;/mover> 
        &lt;mo accent='false'>+&lt;/mo> 
        &lt;mover accent='true'> 
          &lt;mrow> 
            &lt;mi>G&lt;/mi> 
            &lt;mo>-&lt;/mo> 
            &lt;mn>1&lt;/mn> 
          &lt;/mrow> 
          &lt;mo accent='false'>&amp;OverBar;&lt;/mo> 
        &lt;/mover> 
        &lt;mo accent='true'>+&lt;/mo> 
        &lt;mover accent='false'> 
          &lt;mrow> 
            &lt;mi>G&lt;/mi> 
            &lt;mo>-&lt;/mo> 
            &lt;mn>1&lt;/mn> 
          &lt;/mrow> 
          &lt;mo accent='false'>&amp;OverBar;&lt;/mo> 
        &lt;/mover> 
      &lt;/mrow> 
    &lt;/math>
  </pre>
    <p style="text-align: right">
      <a href="../../../../overview.html" target="_top">
	Test Suite Home
	</a>
    </p>
    <hr/>
  </body>
</html>
