ladybird/Libraries/LibWeb/CSS/CSSMathSum.idl

7 lines
244 B
Text
Raw Normal View History

2025-08-19 15:11:43 +01:00
// https://drafts.css-houdini.org/css-typed-om-1/#cssmathsum
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface CSSMathSum : CSSMathValue {
constructor(CSSNumberish... args);
readonly attribute CSSNumericArray values;
};