CSS -webkit-text-fill-color Property Reference

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

CSS -webkit-text-fill-color Property Reference

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

Updated 2026-08-12

-webkit-text-fill-color overview

The CSS -webkit-text-fill-color 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-fill-color formal syntax
FieldValue
Formal syntax<color>
Initial valuecurrentcolor
Applies toallElements
InheritedYes
Percentagesno
Computed valuecomputedColor
Animation typecolor
Mediavisual
Specification groupWebKit Extensions
StatusStandard

Practical examples

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

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

Related references

Description

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

References

  1. MDN: -webkit-text-fill-color
  2. MDN: CSS Properties Reference

Similar or alternative tools

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