prev  ( testsuite > Presentation > TokenElements > ms > msAtoken4  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/TokenElements/ms/msAtoken4
CVS-ID:
Author:Robert Miner and Jeff Schaefer, Geometry Technologies
Description:Basic attribute tests for CSS attributes common to token elements for <ms>.

Sample Rendering:

Created by: webeq

Your browser's rendering:

dog + cat + dog + cat + pig + goat

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mrow> 
    <ms>dog</ms> 
    <mo>+</mo> 
    <ms fontweight="bold">cat</ms> 
    <mo>+</mo> 
    <ms fontsize="36pt">dog</ms> 
    <mo>+</mo> 
    <ms fontstyle="normal">cat</ms> 
    <mo>+</mo> 
    <ms color="#9c0fff">pig</ms> 
    <mo>+</mo> 
    <ms fontfamily="Helvetica">goat</ms> 
  </mrow> 
</math>