blob: e8c3f4e097583ad10f9b8e277f8c8fc9754a0199 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
---
title: '-webkit-tap-highlight-color'
slug: Web/CSS/-webkit-tap-highlight-color
translation_of: Web/CSS/-webkit-tap-highlight-color
---
<div>{{ CSSRef() }}</div>
<p>{{ Non-standard_header() }}</p>
<h2 id="简介">简介</h2>
<p><strong><code>-webkit-tap-highlight-color</code></strong> 是一个没有标准化的属性,能够设置点击链接的时候出现的高亮颜色。显示给用户的高光是他们成功点击的标识,以及暗示了他们点击的元素。</p>
<p>{{cssinfo}}</p>
<h2 id="Syntax">Syntax</h2>
<pre class="brush: css">-webkit-tap-highlight-color: red;
</pre>
<h3 id="值">值</h3>
<p>A {{Cssxref("color value")}}.</p>
<h3 id="基本语法">基本语法</h3>
{{csssyntax}}
<h2 id="规范">规范</h2>
<p><em>不属于规范的一部分.</em> Apple <a href="https://developer.apple.com/library/mac/documentation/AppleApplications/Reference/SafariWebContent/AdjustingtheTextSize/AdjustingtheTextSize.html#//apple_ref/doc/uid/TP40006510-SW5">有自己的safari web 内容指南的文档</a>。</p>
<h2 id="浏览器兼容">浏览器兼容</h2>
<p>webkit/safari, Blink/Chrome, 以及<a href="https://msdn.microsoft.com/en-us//library/dn806275(v=vs.85).aspx">IE的一些版本。</a></p>
|