ElementCSSInlineStyle
プロパティ
草案
このページは完成していません。
ElementCSSInlineStyle
ミックスインは、 HTMLElement
, SVGElement
, MathMLElement
インターフェイスで共通の CSSOM に特化した機能を記述します。これらのインターフェイスは、もちろん、以下に上げたものに加えて機能を追加することができます。
注: ElementCSSInlineStyle
はミックスインであり、インターフェイスではありません。実際に ElementCSSInlineStyle
型のオブジェクトを生成することはできません。
style
- The
style
read-only property returns the inline style of an element in the form of aCSSStyleDeclaration
object that contains a list of all styles properties for that element with values assigned for the attributes that are defined in the element's inlinestyle
attribute.
メソッド
This interface has no メソッド.
仕様書
仕様書 | 状態 | 備考 |
---|---|---|
CSS Object Model (CSSOM)HTMLOrForeignElement の定義 |
草案 | 初回定義 |