CSS all Property Reference

The CSS all property is a standard property in CSS Cascading and Inheritance. Review its formal syntax, computed behavior, and practical declarations.

CSS all Property Reference

The CSS all property is a standard property in CSS Cascading and Inheritance. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

all overview

The CSS all property is a standard property in CSS Cascading and Inheritance. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

all formal syntax
FieldValue
Formal syntaxinitial | inherit | unset | revert | revert-layer
Initial valuenoPracticalInitialValue
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecifiedAppliesToEachProperty
Animation typeeachOfShorthandPropertiesExceptUnicodeBiDiAndDirection
MedianoPracticalMedia
Specification groupCSS Cascading and Inheritance
StatusStandard

Practical examples

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

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

Description

The CSS all property is a standard property in CSS Cascading and Inheritance. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: all
  2. MDN: CSS Properties Reference

Similar or alternative tools

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