class
CssSupportsRule

(Not documented.)

Annotations
  • DocsEditable()
  • DomName('CSSSupportsRule')
Extends

Properties

String conditionText
read-only
List<CssRule> cssRules
read-only
String cssText
read / write , inherited
CssRule parentRule
read-only , inherited
CssStyleSheet parentStyleSheet
read-only , inherited
int type
read-only , inherited

Methods

deleteRule(int index) → void
insertRule(String rule, int index) → int