WebIDLpedia

CSSKeywordValue interface

Definition

CSS Typed OM Level 1 defines CSSKeywordValue



[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface CSSKeywordValue : CSSStyleValue {
    constructor(USVString value);
    attribute USVString value;
};

Methods and attributes that return objects implementing CSSKeywordValue

Referring IDL interfaces/dictionaries

Referring specifications