mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
8 lines
369 B
Plaintext
8 lines
369 B
Plaintext
// 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);
|
|
};
|