- From: Steve Swanson <steve.swanson@mackichan.com>
 - Date: Tue, 26 Apr 2005 12:04:12 -0600
 - To: Neil Soiffer <NeilS@DesSci.com>
 - CC: www-math@w3.org
 
Received on Tuesday, 26 April 2005 18:04:44 UTC
Neil Soiffer wrote:
> The MathML IG is looking to gather a list of features to be considered 
> for a possible MathML update (MathML 3).  I'd like to suggest better 
> support for mixed fractions.
> .... 
I second this suggestion.
We currently mark up mixed fractions like this:
       <mml:mrow>
         <mml:mn>3</mml:mn>
         <mml:mfrac>
           <mml:mn>1</mml:mn>
           <mml:mn>4</mml:mn>
         </mml:mfrac>
       </mml:mrow>
Adding some presentation support (such as &InvisiblePlus;) would clarify 
the markup and possibly allow removal of the mrow.
Received on Tuesday, 26 April 2005 18:04:44 UTC