CSS paint-order Property Reference

The CSS paint-order property is a standard property in Scalable Vector Graphics. Review its formal syntax, computed behavior, and practical declarations.

CSS paint-order Property Reference

The CSS paint-order property is a standard property in Scalable Vector Graphics. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

paint-order overview

The CSS paint-order property is a standard property in Scalable Vector Graphics. 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

paint-order formal syntax
FieldValue
Formal syntaxnormal | [ fill || stroke || markers ]
Initial valuenormal
Applies totextElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupScalable Vector Graphics
StatusStandard

Practical examples

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

paint-order live example
CSS .reset-example { paint-order: initial; } .inherit-example { paint-order: inherit; } @supports (paint-order: initial) { .supported { paint-order: initial; } }

Description

The CSS paint-order property is a standard property in Scalable Vector Graphics. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: paint-order
  2. MDN: CSS Properties Reference

Similar or alternative tools

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