diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/web/css/-webkit-tap-highlight-color | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/web/css/-webkit-tap-highlight-color')
-rw-r--r-- | files/zh-cn/web/css/-webkit-tap-highlight-color/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
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 +--- +<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> + +<pre class="syntaxbox">{{csssyntax}}</pre> + +<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> |