<?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: moAsep17</title>
</head>
  <body style="background: #ffffff">
    <table width="100%" cellpadding="8">
      <tr>
        <td>
          <a href="../../../Presentation/TokenElements/mo/moAprime16.xml">
    prev </a>
        </td>
        <td style="text-align: right">
          <a href="../../../Presentation/TokenElements/mo/moAstretchy18.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/moAsep17.xml (<a href="moAsep17.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 tests the 'fence' and 'separator' attributes for
&lt;mo>.  The 'fence' attribute doesn't affect visual rendering.  The
'separator' attribute only affects linebreaking, which won't show up
here.  So the main point of this test is to make sure the parser
doesn't choke on them, and they don't have unexpected side effects.</td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Sample Rendering:</td>
          <td>
            <table>
              <tr>
                <td>
                  <img src="moAsep17.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> 
        <mo>(</mo> 
        <mrow> 
          <mi>x</mi> 
          <mo>,</mo> 
          <mfrac> 
            <mi>y</mi> 
            <mi>z</mi> 
          </mfrac> 
        </mrow> 
        <mo>)</mo> 
        <mo>+</mo> 
        <mo fence="true">(</mo> 
        <mrow> 
          <mi>x</mi> 
          <mo separator="true">,</mo> 
          <mfrac> 
            <mi>y</mi> 
            <mi>z</mi> 
          </mfrac> 
        </mrow> 
        <mo fence="true">)</mo> 
        <mo>+</mo> 
        <mo fence="false">(</mo> 
        <mrow> 
          <mi>x</mi> 
          <mo separator="false">,</mo> 
          <mfrac> 
            <mi>y</mi> 
            <mi>z</mi> 
          </mfrac> 
        </mrow> 
        <mo fence="false">)</mo> 
      </mrow> 
    </math>
  </p>
    <hr/>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math> 
      &lt;mrow> 
        &lt;mo>(&lt;/mo> 
        &lt;mrow> 
          &lt;mi>x&lt;/mi> 
          &lt;mo>,&lt;/mo> 
          &lt;mfrac> 
            &lt;mi>y&lt;/mi> 
            &lt;mi>z&lt;/mi> 
          &lt;/mfrac> 
        &lt;/mrow> 
        &lt;mo>)&lt;/mo> 
        &lt;mo>+&lt;/mo> 
        &lt;mo fence='true'>(&lt;/mo> 
        &lt;mrow> 
          &lt;mi>x&lt;/mi> 
          &lt;mo separator='true'>,&lt;/mo> 
          &lt;mfrac> 
            &lt;mi>y&lt;/mi> 
            &lt;mi>z&lt;/mi> 
          &lt;/mfrac> 
        &lt;/mrow> 
        &lt;mo fence='true'>)&lt;/mo> 
        &lt;mo>+&lt;/mo> 
        &lt;mo fence='false'>(&lt;/mo> 
        &lt;mrow> 
          &lt;mi>x&lt;/mi> 
          &lt;mo separator='false'>,&lt;/mo> 
          &lt;mfrac> 
            &lt;mi>y&lt;/mi> 
            &lt;mi>z&lt;/mi> 
          &lt;/mfrac> 
        &lt;/mrow> 
        &lt;mo fence='false'>)&lt;/mo> 
      &lt;/mrow> 
    &lt;/math>
  </pre>
    <p style="text-align: right">
      <a href="../../../../overview.html" target="_top">
	Test Suite Home
	</a>
    </p>
    <hr/>
  </body>
</html>
