Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

baseline-shift

这篇文章需要技术复核。如何帮忙。

这篇文章需要文法复核。如何帮忙。

« SVG属性参考主页

属性baseline-shift允许相对于父文本内容元素的dominant-baseline重定位dominant-baseline。该切换对象必须是一个下标或上标。

作为一个外观属性,它还可以直接作为CSS样式表内部的属性使用。请看css baseline-shift以了解更多信息。

用法

类别 外观属性
auto | baseline | super | sub | <percentage> | <length> | inherit
可变性 Yes
规范文档 SVG 1.1 (2nd Edition)
baseline
没有基线切换,dominant-baseline依然在原来的位置。
sub
dominant-baseline切换到下标的默认位置。
super
dominant-baseline切换到上标的默认位置
<percentage>
该属性的结果值是这个百分数乘以 <text>元素的line-height。如果是正值,dominant-baseline向shift同方向移动结果值;如果是负值,dominant-baseline向shift反方向移动结果值,相对于父文本内容元素。值“0%”等于”baseline“。
<length>
如果是正值,dominant-baseline向shift同方向移动<length>距离;如果是负值,dominant-baseline向shift反方向移动<length>距离。值”0cm“等于”baseline“。

示例

元素

下列这些元素可以使用baseline-shift属性。

参见

文档标签和贡献者

 此页面的贡献者: fanxiaojie
 最后编辑者: fanxiaojie,