CSS isolation Property Reference

The CSS isolation property is a standard property in Compositing and Blending. Review its formal syntax, computed behavior, and practical declarations.

CSS isolation Property Reference

The CSS isolation property is a standard property in Compositing and Blending. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

isolation overview

The CSS isolation property is a standard property in Compositing and Blending. 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

isolation formal syntax
FieldValue
Formal syntaxauto | isolate
Initial valueauto
Applies toallElementsSVGContainerGraphicsAndGraphicsReferencingElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typenotAnimatable
Mediavisual
Specification groupCompositing and Blending
StatusStandard

Practical examples

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

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

Description

The CSS isolation property is a standard property in Compositing and Blending. Review its formal syntax, computed behavior, and practical declarations.

References

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

Similar or alternative tools

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