From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../web/css/-webkit-tap-highlight-color/index.html | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 files/zh-cn/web/css/-webkit-tap-highlight-color/index.html (limited to 'files/zh-cn/web/css/-webkit-tap-highlight-color') diff --git a/files/zh-cn/web/css/-webkit-tap-highlight-color/index.html b/files/zh-cn/web/css/-webkit-tap-highlight-color/index.html new file mode 100644 index 0000000000..59f16b6fca --- /dev/null +++ b/files/zh-cn/web/css/-webkit-tap-highlight-color/index.html @@ -0,0 +1,35 @@ +--- +title: '-webkit-tap-highlight-color' +slug: Web/CSS/-webkit-tap-highlight-color +translation_of: Web/CSS/-webkit-tap-highlight-color +--- +
{{ CSSRef() }}
+ +

{{ Non-standard_header() }}

+ +

简介

+ +

-webkit-tap-highlight-color 是一个没有标准化的属性,能够设置点击链接的时候出现的高亮颜色。显示给用户的高光是他们成功点击的标识,以及暗示了他们点击的元素。

+ +

{{cssinfo}}

+ +

Syntax

+ +
-webkit-tap-highlight-color: red;
+
+ +

+ +

A {{Cssxref("color value")}}.

+ +

基本语法

+ +
{{csssyntax}}
+ +

规范

+ +

不属于规范的一部分. Apple 有自己的safari web 内容指南的文档

+ +

浏览器兼容

+ +

webkit/safari, Blink/Chrome, 以及IE的一些版本。

-- cgit v1.2.3-54-g00ecf