CSSPageRule is an interface representing a single CSS @page rule. It implements the CSSRule interface with a type value of 6 (CSSRule.PAGE_RULE).

Documentation CSSPageRule by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

read onlystyle:CSSStyleDeclaration

Returns the declaration block associated with the at-rule.

Inherited Variables

Inherited Methods