ZVON > References > MathML Reference

Go to Standard
Element:mpadded
Attributes:class | depth | height | id | lspace | other | style | width | xlink:href | xref |
Parents:apply | bvar | ci | cn | condition | csymbol | declare | degree | domainofapplication | fn | interval | lambda | list | logbase | lowlimit | maction | math | matrix | matrixrow | menclose | merror | mfenced | mfrac | mlabeledtr | mmultiscripts | momentabout | mover | mpadded | mphantom | mroot | mrow | msqrt | mstyle | msub | msubsup | msup | mtable | mtd | mtr | munder | munderover | otherwise | piece | reln | semantics | set | uplimit | vector |
Children:apply | ci | cn | complexes | csymbol | declare | emptyset | eulergamma | exponentiale | false | fn | imaginaryi | infinity | integers | interval | lambda | list | maction | maligngroup | malignmark | matrix | matrixrow | menclose | merror | mfenced | mfrac | mi | mlabeledtr | mmultiscripts | mn | mo | mover | mpadded | mphantom | mprescripts | mroot | mrow | ms | mspace | msqrt | mstyle | msub | msubsup | msup | mtable | mtd | mtext | mtr | munder | munderover | naturalnumbers | none | notanumber | pi | piecewise | primes | rationals | reals | reln | semantics | set | true | vector |

Examples:

XHTML documentMathML Source
---
<mpadded width="+0em"> ... </mpadded>
<mpadded width="+0%"> ... </mpadded>
<mpadded width="-0em"> ... </mpadded>
<mpadded width="- 0 height"> ... </mpadded>
<mpadded width="100%"> ... </mpadded>
<mpadded width="100% width"> ... </mpadded>
<mpadded width="1 width"> ... </mpadded>
<mpadded width="1.0 width"> ... </mpadded>
<mpadded> ... </mpadded>
XHTML documentMathML Source
---
<mrow>
     <mpadded width="0">
          <mi> C </mi>
     </mpadded>
     <mspace width="0.3em"/>
     <mtext> | </mtext>
</mrow>
XHTML documentMathML Source
---
<semantics>
     <mrow>
          <mpadded width="0">
               <mi> C </mi>
          </mpadded>
          <mspace width="0.3em"/>
          <mtext> | </mtext>
     </mrow>
     <annotation-xml encoding="MathML-Presentation">
          <mi> &Copf; </mi>
     </annotation-xml>
</semantics>