ladybird/Libraries/LibWeb/CSS/CSSMathProduct.idl

7 lines
252 B
Text
Raw Permalink Normal View History

// https://drafts.css-houdini.org/css-typed-om-1/#cssmathproduct
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface CSSMathProduct : CSSMathValue {
constructor(CSSNumberish... args);
readonly attribute CSSNumericArray values;
};