DocumentStyle
インターフェイスは、文書内に埋め込まれたスタイルシートを取得できるようなメカニズムを提供する。キャスティングメソッドによって、DocumentStyle
インターフェイスのインスタンスを Document
インターフェイスのインスタンス上で獲得できることが期待される。
styleSheets
StyleSheetList
型, 読取専用
// Introduced in DOM Level 2: interface DocumentStyle { readonly attribute StyleSheetList styleSheets; };