JavaScripture
Contribute via GitHub Feedback

CSSRule : Object

The base object for the CSSCharsetRule, CSSFontFaceRule, CSSImportRule, CSSMediaRule, CSSPageRule, and CSSStyleRule types. The CSSStyleRule is the most commonly used derivative of CSSRule.

Instance Properties

cssText : String

parentRule : CSSRule  

parentStyleSheet : CSSStyleSheet  

type : Number  

CSSRule Properties

CHARSET_RULE : Number  

FONT_FACE_RULE : Number  

IMPORT_RULE : Number  

MEDIA_RULE : Number  

PAGE_RULE : Number  

STYLE_RULE : Number  

UNKNOWN_RULE : Number