ladybird/Libraries/LibWeb/CSS/CSSImageValue.idl

5 lines
165 B
Text
Raw Normal View History

// https://drafts.css-houdini.org/css-typed-om-1/#cssimagevalue
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface CSSImageValue : CSSStyleValue {
};