WebIDLpedia

ElementCSSInlineStyle interface mixin

Definition

CSS Object Model (CSSOM) defines ElementCSSInlineStyle



interface mixin ElementCSSInlineStyle {
  [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
};

This interface mixin is extended in the following specifications:

Consolidated IDL (across partials)


interface mixin ElementCSSInlineStyle {
  [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
    [SameObject] readonly attribute StylePropertyMap attributeStyleMap;
};

Referring IDL interfaces/dictionaries

Referring specifications