CSSNestedDeclarations
The CSSNestedDeclarations
interface of the CSS Rule API is used to group nested CSSRules.
Properties
Link copied to clipboard
The parentRule
property of the CSSRule interface returns the containing rule of the current rule if this exists, or otherwise returns null.
Link copied to clipboard
The parentStyleSheet
property of the the current rule is defined.
Link copied to clipboard
The read-only style
property of the CSSNestedDeclarations interface represents the styles associated with the nested rules.