<mfenced> - MathML 编辑
The deprecated MathML <mfenced>
element used to provide the possibility to add custom opening and closing parentheses (such as brackets) and separators (such as commas or semicolons) to an expression. It has been removed from the latest MathML standard and modern browsers no longer support it. Use the <mrow>
and <mo>
elements instead.
Attributes
class
,id
,style
- Provided for use with stylesheets.
close
- A string for the closing delimiter. The default value is
")
" and any white space is trimmed. href
- Used to set a hyperlink to a specified URI.
mathbackground
- The background color. You can use
#rgb
,#rrggbb
and HTML color names. mathcolor
- The text color and also the fraction line color. You can use
#rgb
,#rrggbb
and HTML color names. open
- A string for the opening delimiter. The default value is
"("
and any white space is trimmed. separators
- A sequence of zero or more characters to be used for different separators, optionally divided by white space, which is ignored. The default value is ",". By specifying more than one character, it is possible to set different separators for each argument in the expression. If there are too many separators, all excess is ignored. If there are too few separators in the expression, the last specified separator is repeated.
Examples
The last separator is repeated (,)
Sample rendering:
Rendering in your browser:
<math>
<mfenced open="{" close="}" separators=";;,">
<mi>a</mi>
<mi>b</mi>
<mi>c</mi>
<mi>d</mi>
<mi>e</mi>
</mfenced>
</math>
All excess is ignored (,)
Sample rendering:
Rendering in your browser:
<math>
<mfenced open="[" close="]" separators="||||,">
<mi>a</mi>
<mi>b</mi>
<mi>c</mi>
<mi>d</mi>
<mi>e</mi>
</mfenced>
</math>
Specifications
The <mfenced> element is no longer part of the latest MathML standard. Use the <mrow>
and <mo>
elements instead, or, for backwards compatibility, see mathml-polyfills/mfenced.
Browser compatibility
BCD tables only load in the browser
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论