prev  ( testsuite > Presentation > GeneralLayout > mpadded > mpaddedAwidth6  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/mpadded/mpaddedAwidth6
CVS-ID:
Author:Robert Miner and Jeff Schaefer, Geometry Technologies
Description:Basic test of padding on the right with <mpadded> using the <i>width</i> attribute. This example runs through all the formats for specifying <mpadded> attribute values.

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


Sample Rendering:

Created by: webeq

Your browser's rendering:

A A A A A A A A A A A

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mrow> 
    <mi>A</mi> 
    <mpadded width="1.5height"> 
      <mi>A</mi> 
    </mpadded> 
    <mi>A</mi> 
    <mpadded width="3width"> 
      <mi>A</mi> 
    </mpadded> 
    <mi>A</mi> 
    <mpadded width="150%width"> 
      <mi>A</mi> 
    </mpadded> 
    <mi>A</mi> 
    <mpadded width="2em"> 
      <mi>A</mi> 
    </mpadded> 
    <mi>A</mi> 
    <mpadded width="12pt"> 
      <mi>A</mi> 
    </mpadded> 
    <mi>A</mi> 
  </mrow> 
</math>