bindings/css_conditional_3 library
CSS Conditional Rules Module Level 3
Classes
- CSSConditionRule
-
An object implementing the interface represents a single
condition CSS
at-rule, which consists of a condition and a statement block. Two objects derive from : CSSMediaRule and CSSSupportsRule. - CSSMediaRule
-
The interface represents a single CSS
@mediarule. - CSSSupportsRule
-
The interface represents a single CSS
@supportsat-rule.