// 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 parseAll(USVString property, USVString cssText); };