CSS -webkit-text-stroke-width Property Reference

The CSS -webkit-text-stroke-width property is a standard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS -webkit-text-stroke-width Property Reference

The CSS -webkit-text-stroke-width property is a standard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

-webkit-text-stroke-width overview

The CSS -webkit-text-stroke-width property is a standard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

-webkit-text-stroke-width formal syntax
FieldValue
Formal syntax<length>
Initial value0
Applies toallElements
InheritedYes
Percentagesno
Computed valueabsoluteLength
Animation typediscrete
Mediavisual
Specification groupWebKit Extensions
StatusStandard

Practical examples

These declarations demonstrate valid ways to set -webkit-text-stroke-width. The initial and inherit global keywords remain available even when a property-specific value is preferable.

-webkit-text-stroke-width live example
CSS .reset-example { -webkit-text-stroke-width: initial; } .inherit-example { -webkit-text-stroke-width: inherit; } @supports (-webkit-text-stroke-width: initial) { .supported { -webkit-text-stroke-width: initial; } }

Description

The CSS -webkit-text-stroke-width property is a standard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: -webkit-text-stroke-width
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies