Search notes:

CSSRule (interface)

Properties

cssText The text of the rule (for example: div {color: red} or @import 'url' etc.
parentRule
parentStyleSheet
type Deprecated

Types inheriting from CSSRule

CSSStyleRule
CSSImportRule
CSSMediaRule
CSSFontFaceRule
CSSPageRule
CSSNamespaceRule
CSSKeyframesRule
CSSKeyframeRule
CSSCounterStyleRule
CSSDocumentRule Deprecated?
CSSSupportsRule
CSSFontFeatureValuesRule Deprecated?
CSSViewportRule Deprecated?

See also

CSSStyleSheet.cssRules

Index