Back to Content

CSSMathMin

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

latest979 B
Original Source

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

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

{{InheritanceDiagram}}

Constructor

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

Instance properties

  • {{domxref('CSSMathMin.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}}