aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/css/-webkit-tap-highlight-color/index.html
blob: 90b2384ad2a476a73d56b1f80474be744d624af8 (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
36
37
38
39
40
41
42
43
---
title: '-webkit-tap-highlight-color'
slug: Web/CSS/-webkit-tap-highlight-color
tags:
  - CSS
  - NeedsCompatTable
  - NeedsExample
  - NeedsMobileBrowserCompatibility
  - No estandar
  - Propiedad CSS
  - Referencia
translation_of: Web/CSS/-webkit-tap-highlight-color
---
<div>{{ CSSRef() }}</div>

<p>{{ Non-standard_header() }}</p>

<h2 id="Resumen">Resumen</h2>

<p><strong><code>-webkit-tap-highlight-color</code></strong> es una propiedad CSS no estándar que fija el color que sirve para destacar un enlace cuando se golpea  sobre él (normalmente con el dedo en dispositivos táctiles). Ese color destacado indica que se ha presionado correctamente e indica el elemento sobre el cuál se ha golpeado.</p>

<p>{{cssinfo}}</p>

<h2 id="Síntaxis">Síntaxis</h2>

<pre class="brush: css">-webkit-tap-highlight-color: red;
</pre>

<h3 id="Valores">Valores</h3>

<p>Un {{Cssxref("color value")}}.</p>

<h3 id="Síntaxis_Formal">Síntaxis Formal</h3>

{{csssyntax}}

<h2 id="Especificaciones">Especificaciones</h2>

<p><em>No es parte de ninguna especificación.</em> Apple tiene <a href="https://developer.apple.com/library/mac/documentation/AppleApplications/Reference/SafariWebContent/AdjustingtheTextSize/AdjustingtheTextSize.html#//apple_ref/doc/uid/TP40006510-SW5">una descripción en la Guía Web de Contenidos sobre Safari</a>.</p>

<h2 id="Compatibilidad_con_los_distintos_navegadores">Compatibilidad con los distintos navegadores</h2>

<p>Soportado por WebKit/Safari, Blink/Chrome, y <a href="https://msdn.microsoft.com/es//library/dn806275(v=vs.85).aspx">y algunas versiones de Internet Explorer y Microsoft Edge.</a></p>