-webkit-text-stroke - CSS(层叠样式表) 编辑
摘要
-webkit-text-stroke
CSS属性为文本字符指定了宽 和 颜色 . 它是-webkit-text-stroke-width
和-webkit-text-stroke-color
属性的缩写.
语法
/* 宽度和颜色属性 */
-webkit-text-stroke: 4px navy;
/* 全局属性 */
-webkit-text-stroke: inherit;
-webkit-text-stroke: initial;
-webkit-text-stroke: unset;
值
<length>
- 文本宽.
<color>
- 文本颜色.
常规用法
/* 设置宽度和颜色 */ -webkit-text-stroke: <length> <color>; /* 默认设置 */ -webkit-text-stroke: inherit/initial/unset;
用例
HTML
<p id="example">The stroke of this text is red.</p>
CSS
#example {
font-size: 3em;
margin: 0;
-webkit-text-stroke: 2px red;
}
规格
规范 | 状况 | 注释 |
---|---|---|
Compatibility Standard -webkit-text-stroke | Living Standard | 初始标准化 |
Safari CSS Reference '-webkit-text-stroke' in that document. | 不标准非官方文件 | 初始定义 |
浏览器兼容
兼容情况一览表
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
基本支持 | 4 | 48.0 (48.0)[1] | 未实现 | 15 | 3.1 |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
基本支持 | 4 | 48.0 (48.0)[1] | 未实现 | 36 | 4.1 |
[1] 此功能在首选项 layout.css.prefixes.webkit
后面实现, 默认为false
. 从Gecko 49 (Firefox 49.0 / Thunderbird 49.0 / SeaMonkey 2.46) 开始,默认为 true
.
参考文档
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论