This page is Ready to Use

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

menclose

Summary

The MathML menclose element renders its content inside an enclosing notation specified by the notation attribute.

Overview Table

DOM Interface
mathml

Examples

This example shows a simple markup using menclose:



<math>
  <menclose notation="circle box">
    <mi> x </mi>
    <mo> + </mo>
    <mi> y </mi>
  </menclose>
</math>

Related specifications

MathML 3.0
W3C Recommendation

Attributes

notation

Multiple values are possible:

ValueDescription
longdiv (default)long division symbol
actuarialactuarial symbol
radicalsquare root symbol
boxbox
roundedboxrounded box
circlecircle
leftline to the left of the contents
rightline to the right of the contents
topline above of the contents
bottomline below of the contents
updiagonalstrikestrikeout line through contents from lower left to upper right
downdiagonalstrikestrikeout line through contents from upper left to lower right
verticalstrikevertical strikeout line through contents
horizontalstrikehorizontal strikeout line through contents
madruwbArabic factorial symbol

Attributions

  • Mozilla Developer Network cc-by-sa-small-wpd.svg: Article