Firefox Tomorrow

web api interface

CSSConditionRule

View on MDN ↗

An object implementing the CSSConditionRule interface represents a single condition CSS at-rule, which consists of a condition and a statement block.

Three objects derive from CSSConditionRule: CSSMediaRule, CSSContainerRule and CSSSupportsRule.

Instance properties

Inherits properties from its ancestors CSSGroupingRule and CSSRule.

  • conditionText Read only
    • : Represents the text of the condition of the rule.

Instance methods

Inherits methods from its ancestors CSSGroupingRule and CSSRule.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also