Interface DocumentStyle

継承元:
(無し)
プロパティ:
styleSheets
メソッド:

DocumentStyle インターフェイスは、文書内に埋め込まれたスタイルシートを取得できるようなメカニズムを提供する。キャスティングメソッドによって、DocumentStyle インターフェイスのインスタンスを Document インターフェイスのインスタンス上で獲得できることが期待される。

プロパティ:

IDL 定義:

// Introduced in DOM Level 2:
interface DocumentStyle {
  readonly attribute StyleSheetList   styleSheets;
};


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