<mspace> - MathML 编辑
MathML<mspace>元素用来表示一段空白,空白的大小由它自身的属性决定。
属性
- class, id, style
- 用来供样式表使用。
- depth
- 空白在基线下方的高度 (参阅 length).
- height
- 空白在基线上方的高度 (参阅 length).
- linebreak
- Indicates a line-break at the space. Possible values:
auto
(default value),newline
,nobreak
,goodbreak
,badbreak
.
Starting with MathML 3, it is preferred to use<mo>
to control linebreaking. - mathbackground
- 用来设置背景色,可以使用
#rgb
、#rrggbb
或者HTML颜色名。 - width
- 空白的宽度 (参阅 length).
注意,一些像mathcolor
、mathvariant
或dir
这种常用的属性在<mspace>
上是无效的。
例子
<math>
<mspace depth="40px" height="20px" />
<mspace width="100px" />
</math>
规范
Specification | Status | Comment |
---|---|---|
MathML 3.0 mspace | Recommendation | Current specification |
MathML 2.0 mspace | Recommendation | Initial specification |
浏览器兼容性
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 未实现 | 1.0 (1.7 or earlier) | 未实现 | 未实现 | 未实现 |
linebreak | 未实现 | 未实现 | 未实现 | 未实现 | 未实现 |
depth , height , width | 未实现 | 1.0 (1.7 or earlier) | 未实现 | 未实现 | 未实现 |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | 未实现 | 未实现 | 1.0 (1.9.2) | 未实现 | 未实现 | 未实现 |
linebreak | 未实现 | 未实现 | 未实现 | 未实现 | 未实现 | 未实现 |
depth , height , width | 未实现 | 未实现 | 1.0 (1.9.2) | 未实现 | 未实现 | 未实现 |
Gecko说明
- Indentation attributes 暂时没有实现 (for Gecko see bug 534962).
- 从Gecko 23.0 (Firefox 23.0 / Thunderbird 23.0 / SeaMonkey 2.20)开始实现了对
width
属性负值的支持。
相关链接
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论