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

Documentation CSSConditionRule by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

conditionText:String

Represents the text of the condition of the rule.

Inherited Variables

Inherited Methods

Defined by CSSGroupingRule

deleteRule(index:Int):Void

Throws:

null

DOMError

@:value({ index : 0 })insertRule(rule:String, index:Int = 0):Int

Throws:

null

DOMError