CSSMathProduct: CSSMathProduct() constructor
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The CSSMathProduct() constructor creates
a new CSSMathProduct object which creates a new
CSSMathProduct object which multiplies the arguments passed into it.
Syntax
js
new CSSMathProduct(args)
Parameters
args-
A list of values for the
CSSMathProductobject to be either a double integer or aCSSNumericValue.
Specifications
| Specification |
|---|
| CSS Typed OM Level 1> # dom-cssmathproduct-cssmathproduct> |
Browser compatibility
Loading…