Interface HTMLStyleElement

継承元:
HTMLElement
プロパティ:
disabled, media, type
メソッド:

スタイル情報。 HTML 4.01 の STYLE 要素の定義, CSS モジュール [DOM Level 2 Style Sheets and CSS], StyleSheets モジュール [DOM Level 2 Style Sheets and CSS] の LinkStyle インターフェイスを参照。.

プロパティ:

IDL 定義:

interface HTMLStyleElement : HTMLElement {
           attribute boolean         disabled;
           attribute DOMString       media;
           attribute DOMString       type;
};


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