-webkit-text-stroke-color

No estándar: Esta característica no es parte de los estándares. No la uses en sitios Web en producción: no funcionará para todos los usuarios. Podrían haber también incompatibilidades considerables entre distintas implementaciones y el comportamiento podría cambiar en el futuro.

Resumen

La propiedad CSS -webkit-text-stroke-color especifica el color del trazo de los caracteres de texto. Si no se fija se usa el valor de la propiedad color.

Valor inicialcurrentcolor
Applies toall elements
Heredableyes
Valor calculadocomputed color
Animation typea color

Síntaxis

css
/* valores <color> */
-webkit-text-stroke-color: red;
-webkit-text-stroke-color: #e08ab4;
-webkit-text-stroke-color: rgb(200, 100, 0);

/* Valores gloables */
-webkit-text-stroke-color: inherit;
-webkit-text-stroke-color: initial;
-webkit-text-stroke-color: unset;

Valores

<color>

El color del trazo.

Síntaxis Formal

-webkit-text-stroke-color = 
<color>

Especificaciones

Specification
Compatibility Standard
# the-webkit-text-stroke-color

Compatibilidad con navegadores

BCD tables only load in the browser

Ver además