prev  ( testsuite > Presentation > TokenElements > mo > moAminmax14  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/TokenElements/mo/moAminmax14
CVS-ID:
Author:Robert Miner and Jeff Schaefer, Geometry Technologies
Description: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.

Sample Rendering:

Created by: webeq

Your browser's rendering:

( y z ) + ( y z )

Source Code:

<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>