CSSPageRule
CSSPageRule represents a single CSS @page rule.
Properties
Link copied to clipboard
The cssRules property of the CSSGroupingRule interface returns a CSSRuleList containing a collection of CSSRule objects.
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 CSSRule interface returns the StyleSheet object in which the current rule is defined.
Link copied to clipboard
The selectorText property of the CSSPageRule interface gets and sets the selectors associated with the CSSPageRule.
Link copied to clipboard
The style read-only property of the CSSPageRule interface returns a CSSPageDescriptors object.