menclose
Summary
The MathML menclose element renders its content inside an enclosing notation specified by the notation attribute.
Overview Table
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:
Value Description longdiv (default) long division symbol actuarial actuarial symbol radical square root symbol box box roundedbox rounded box circle circle left line to the left of the contents right line to the right of the contents top line above of the contents bottom line below of the contents updiagonalstrike strikeout line through contents from lower left to upper right downdiagonalstrike strikeout line through contents from upper left to lower right verticalstrike vertical strikeout line through contents horizontalstrike horizontal strikeout line through contents madruwb Arabic factorial symbol
Attributions
Mozilla Developer Network : Article