<mlabeledtr> - MathML 编辑
The MathML <mlabeledtr>
element is used to represent a label in a row either on the left or on the right side (determined using the side
attribute on the <mtable>
element). Child elements of <mlabeledtr>
must be <mtd>
elements. The first child is the label whereas all other children are representing row contents and are treated identically to children of <mtr>
elements.
Attributes
- class, id, style
- Provided for use with stylesheets.
- columnalign
- Overrides the horizontal alignment of cells specified by
<mtable>
for this row.
Possible values are:left
,center
andright
. - groupalign
- 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. You can use
#rgb
,#rrggbb
and HTML color names. - rowalign
- Overrides the vertical alignment of cells specified by
<mtable>
for this row.
Possible values are:axis
,baseline
,bottom
,center
andtop
.
Examples
Rendering:
<math>
<mtable>
<mlabeledtr>
<mtd><mn>1</mn></mtd> <!-- label -->
<mtd><mi>A</mi></mtd>
<mtd><mi>B</mi></mtd>
</mlabeledtr>
<mtr>
<mtd><mi>C</mi></mtd>
<mtd><mi>D</mi></mtd>
<mtd><mi>E</mi></mtd>
</mtr>
</mtable>
</math>
Specifications
Specification | Status | Comment |
---|---|---|
MathML 3.0 The definition of 'mlabeledtr' in that specification. | Recommendation | Current specification |
MathML 2.0 The definition of 'mlabeledtr' in that specification. | Recommendation | Initial specification |
Browser compatibility
BCD tables only load in the browser
Gecko-specific notes
Starting with Gecko 9.0 (Firefox 9.0 / Thunderbird 9.0 / SeaMonkey 2.6) labels are hidden by default (mlabeledtr > mtd:first-child {display: none}
) and will longer break the table rendering completely (see bug 356870). For the actual implementation of this element see bug 689641.
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论