mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-04 15:19:16 +00:00
7 lines
369 B
Text
7 lines
369 B
Text
// https://drafts.css-houdini.org/css-typed-om-1/#cssstylevalue
|
|
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
|
|
interface CSSStyleValue {
|
|
stringifier;
|
|
[FIXME, Exposed=Window] static CSSStyleValue parse(USVString property, USVString cssText);
|
|
[FIXME, Exposed=Window] static sequence<CSSStyleValue> parseAll(USVString property, USVString cssText);
|
|
};
|