Back to Content

CSSMathMax

files/en-us/web/api/cssmathmax/index.md

latest979 B
Original Source

{{APIRef("CSS Typed Object Model API")}}

The CSSMathMax interface of the CSS Typed Object Model API represents the CSS {{CSSXref('max','max()')}} function. It inherits properties and methods from its parent {{domxref('CSSNumericValue')}}.

{{InheritanceDiagram}}

Constructor

  • {{domxref("CSSMathMax.CSSMathMax", "CSSMathMax()")}} {{Experimental_Inline}}
    • : Creates a new CSSMathMax object.

Instance properties

  • {{domxref('CSSMathMax.values')}} {{ReadOnlyInline}}
    • : Returns a {{domxref('CSSNumericArray')}} object which contains one or more {{domxref('CSSNumericValue')}} objects.

Static methods

The interface may also inherit methods from its parent interface, {{domxref("CSSMathValue")}}.

Instance methods

The interface may also inherit methods from its parent interface, {{domxref("CSSMathValue")}}.

Examples

To do

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}