scriptlevel
示例
html
<!-- math-depth 在 <math> 根元素上默认为 0。 -->
<math style="font-size: 64pt">
<msubsup>
<!-- base 上的 math-depth 和 font-size 保持不变。 -->
<mtext>BASE</mtext>
<!-- math-depth 在下标中默认为 add(1),因此增加了 1,字体大小缩小了一次。 -->
<mtext>SUBSCRIPT</mtext>
<!-- 上标中的 math-depth 也默认为 add(1),但 scriptlevel 属性告诉它增加 2,因此实际上字体大小缩小了两次。 -->
<mtext scriptlevel="+2">SUPERSCRIPT</mtext>
</msubsup>
</math>
语法
html
<math scriptlevel="-1"> <!-- 将 math-depth 减小 1 -->
<math scriptlevel="+2"> <!-- 将 math-depth 增加 2 -->
<math scriptlevel="0"> <!-- 重置 math-depth 为 0 -->
值
规范
Specification |
---|
MathML Core # dfn-scriptlevel |
浏览器兼容性
BCD tables only load in the browser