← Back to release summary

CSSConditionRule interface

Category
CSS
Type
New or changed feature
Status
Enabled by default (Chrome 56)
Intent stage
None

Summary

The CSSConditionRule interface inherits from CSSGroupingRule. CSSMediaRule and CSSSupportsRule both inherit from CSSConditionRule. Before the introduction of CSSConditionRule in Blink, CSSMediaRule inherited from CSSGroupingRule, while CSSSupportsRule inherited from CSSRule and duplicated the members of CSSGroupingRule.

Standards & signals

Docs: https://developer.mozilla.org/en-US/docs/Web/API/CSSConditionRule

View on chromestatus.com