WebIDLpedia

CSSStyleValue interface

Definition

CSS Typed OM Level 1 defines CSSStyleValue

[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface CSSStyleValue {
    stringifier;
    [Exposed=Window] static CSSStyleValue parse(USVString property, USVString cssText);
    [Exposed=Window] static sequence<CSSStyleValue> parseAll(USVString property, USVString cssText);
};

Methods and attributes that return objects implementing CSSStyleValue

Referring IDL interfaces/dictionaries

Referring specifications