ladybird/Libraries/LibWeb/CSS/CSSMathMin.idl

7 lines
244 B
Text
Raw Permalink Normal View History

2025-08-19 13:07:05 -03:00
// https://drafts.css-houdini.org/css-typed-om-1/#cssmathmin
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface CSSMathMin : CSSMathValue {
constructor(CSSNumberish... args);
readonly attribute CSSNumericArray values;
};