ladybird/Libraries/LibWeb/CSS/CSSMathMax.idl

7 lines
244 B
Text
Raw Normal View History

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