Interface CSSPageRule

継承元:
CSSRule
プロパティ:
selectorText, style
メソッド:

CSSPageRule インターフェイスは、CSS スタイルシート内の @page 規則 を表す。@page 規則はページ媒体のためのページボックスの寸法、方向、余白、その他を指定する。

プロパティ:

IDL 定義:

// Introduced in DOM Level 2:
interface CSSPageRule : CSSRule {
           attribute DOMString        selectorText;
                                        // raises(DOMException) on setting
  readonly attribute CSSStyleDeclaration  style;
};


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI