WebIDLpedia

CSSMathMax interface

Definition

CSS Typed OM Level 1 defines CSSMathMax



[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface CSSMathMax : CSSMathValue {
    constructor(CSSNumberish... args);
    readonly attribute CSSNumericArray values;
};

Methods and attributes that return objects implementing CSSMathMax