WebIDLpedia

StylePropertyMap interface

Definition

CSS Typed OM Level 1 defines StylePropertyMap



[Exposed=Window]
interface StylePropertyMap : StylePropertyMapReadOnly {
    undefined set(USVString property, (CSSStyleValue or USVString)... values);
    undefined append(USVString property, (CSSStyleValue or USVString)... values);
    undefined delete(USVString property);
    undefined clear();
};

Methods and attributes that return objects implementing StylePropertyMap

Referring IDL interfaces/dictionaries