CSS interactivity Property Reference

The CSS interactivity property is a standard property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

CSS interactivity Property Reference

The CSS interactivity property is a standard property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

interactivity overview

The CSS interactivity property is a standard property in CSS Basic User Interface. 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

interactivity formal syntax
FieldValue
Formal syntaxauto | inert
Initial valueauto
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Basic User Interface
StatusStandard

Practical examples

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

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

Description

The CSS interactivity property is a standard property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

References

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

Similar or alternative tools

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