<?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: moAminmax14</title>
</head>
  <body style="background: #ffffff">
    <table width="100%" cellpadding="8">
      <tr>
        <td>
          <a href="../../../Presentation/TokenElements/mo/moAlrspace13.xml">
    prev </a>
        </td>
        <td style="text-align: right">
          <a href="../../../Presentation/TokenElements/mo/moAmovable15.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/moAminmax14.xml (<a href="moAminmax14.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 test checks the 'minsize' and 'maxsize' attributes which
apply to stretchy operators.  The test checks that CSS units are being
processed, and that the special value 'infinity' is working.  By
default, numbers without units should be treated as multipliers.</td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Sample Rendering:</td>
          <td>
            <table>
              <tr>
                <td>
                  <img src="moAminmax14.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> 
        <mfrac> 
          <mi>y</mi> 
          <mi>z</mi> 
        </mfrac> 
        <mo minsize="2cm">)</mo> 
        <mo>+</mo> 
        <mo maxsize=".9">(</mo> 
        <mfrac> 
          <mi>y</mi> 
          <mi>z</mi> 
        </mfrac> 
        <mo maxsize="infinity">)</mo> 
      </mrow> 
    </math>
  </p>
    <hr/>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math> 
      &lt;mrow> 
        &lt;mo>(&lt;/mo> 
        &lt;mfrac> 
          &lt;mi>y&lt;/mi> 
          &lt;mi>z&lt;/mi> 
        &lt;/mfrac> 
        &lt;mo minsize='2cm'>)&lt;/mo> 
        &lt;mo>+&lt;/mo> 
        &lt;mo maxsize='.9'>(&lt;/mo> 
        &lt;mfrac> 
          &lt;mi>y&lt;/mi> 
          &lt;mi>z&lt;/mi> 
        &lt;/mfrac> 
        &lt;mo maxsize='infinity'>)&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>
