CSSPageRule インターフェイスは、CSS スタイルシート内の @page 規則 を表す。@page 規則はページ媒体のためのページボックスの寸法、方向、余白、その他を指定する。
selectorTextstyleCSSStyleDeclaration型, 読取専用
// Introduced in DOM Level 2:
interface CSSPageRule : CSSRule {
attribute DOMString selectorText;
// raises(DOMException) on setting
readonly attribute CSSStyleDeclaration style;
};