aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/css/-webkit-text-fill-color/index.html
blob: 9d8ccd25ca1661e17fd53b0f547ac6f5b7e2b9bc (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
44
45
46
47
48
49
50
51
52
53
54
---
title: '-webkit-text-fill-color'
slug: Web/CSS/-webkit-text-fill-color
tags:
  - CSS
  - No estandar
  - Propiedad CSS
  - Referencia
translation_of: Web/CSS/-webkit-text-fill-color
---
<div>{{CSSRef}}{{Non-standard_header}}</div>

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

<p>La propiedad CSS -<strong><code>webkit-text-fill-color</code></strong> especifica el <a href="/en-US/docs/Web/CSS/color_value">color</a> de relleno de las letras de un texto. Si la propiedad no está establecidad se usará el valor de la propiedad {{cssxref("color")}}.</p>

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

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Especificación</th>
   <th scope="col">Estado</th>
   <th scope="col">Comentario</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('Compat', '#the-webkit-text-fill-color', '-webkit-text-fill-color')}}</td>
   <td>{{Spec2('Compat')}}</td>
   <td>Estandarización estándar</td>
  </tr>
  <tr>
   <td><a class="external external-icon" href="https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-text-fill-color" hreflang="en" lang="en">Referencia CSS Safari<br>
    <small lang="es">'-webkit-text-fill-color' en ese documento.</small></a></td>
   <td>Documentanción no oficial no estándar</td>
   <td>Documentación inicial</td>
  </tr>
 </tbody>
</table>

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

{{Compat("css.properties.-webkit-text-fill-color")}}

<h2 id="Ver_además">Ver además</h2>

<ul>
 <li><a href="https://www.webkit.org/blog/85/introducing-text-stroke/">Post del blog Surfin' Safari anunciando esta característica</a></li>
 <li><a href="https://css-tricks.com/adding-stroke-to-web-text/">Artículo de CSS-Tricks explicando esta característica</a></li>
 <li>{{cssxref("-webkit-text-stroke-color")}}</li>
 <li>{{cssxref("-webkit-text-stroke-width")}}</li>
 <li>{{cssxref("-webkit-text-stroke")}}</li>
</ul>