CSS3 text-stroke-width 属性
说明:本文档兼容性测试基础环境为:windows系统;IE6-IE10, Firefox6.0, Chrome13.0, Safari5.1, Opera11.51
语法:
text-stroke-width:<length>
默认值:0
取值:
- <length>:
- 用长度值指定描边厚度。不允许负值
说明:
设置或检索对象中的文字的描边厚度
- 对应的脚本特性为textStrokeWidth。
兼容性:
- 浅绿 = 支持
- 红色 = 不支持
- 墨绿 = 部分支持
- 橙色 = 实验性质
支持版本\类型 | IE | Firefox | Safari | Chrome | Opera |
---|---|---|---|---|---|
版本 | 6.0-10.0 | 4.0-9.0.1 | 5.1 | 13.0 | 11.50-11.60 |
写法:
内核类型 | 写法 |
---|---|
Webkit(Chrome/Safari) | -webkit-text-stroke-width |
Gecko(Firefox) | |
Presto(Opera) | |
Trident(IE) | |
W3C | text-stroke-width |