-webkit-text-stroke-color

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017.

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
# the-webkit-text-stroke-color

Compatibilidad con navegadores

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
-webkit-text-stroke-color

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

Ver además