CSSMathMin: CSSMathMin() constructor
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental:This is anexperimental technology
Check theBrowser compatibility table carefully before using this in production.
TheCSSMathMin() constructor creates anewCSSMathMin object which represents the CSSmin() function.
In this article
Syntax
js
new CSSMathMin(args)Parameters
argsA list of values for the
CSSMathProductobject to be either a doubleinteger or aCSSNumericValue.
Exceptions
TypeErrorThrown if there is afailure when adding all of the values in args.
Examples
To do
Specifications
| Specification |
|---|
| CSS Typed OM Level 1> # dom-cssmathmin-cssmathmin> |