text-decoration-skip 文字修饰略过
该属性设置文字修饰应当跳过哪些内容。
语法:
{ text-decoration-skip: sTextDecorationSkip }
| 默认值: |
objects |
| 继承性: |
是 |
| DOM 语法: |
object.style.textDecorationSkip =sTextDecorationSkip |
| 适用于: |
所有元素 |
| 浏览器支持: |
|
可能的值
none | [ objects || spaces || ink || all ]
| 值 |
描述 |
| none |
不跳过任何内容,对所有文字内容和行内可替换元素实行文字装饰。 |
| objects |
跳过那些原子的行内元素,如图片、inline-block。 |
| spaces |
跳过空白。包括nbsp,tab ,紧邻的 letter-spacing 或者 word-spacing |
| ink |
跳过标志符号。 |
| all |
跳过元素内的所有内容。 |
说明:
本属性最后更新时间:2011-3-19 21:33:59
|