CSSMathProduct
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
TheCSSMathProduct interface of theCSS Typed Object Model API represents the result obtained by callingadd(),sub(), ortoSum() onCSSNumericValue. It inherits properties and methods from its parentCSSNumericValue.
In this article
Constructor
CSSMathProduct()ExperimentalCreates a new
CSSMathProductobject.
Instance properties
CSSMathProduct.valuesReturns a
CSSNumericArrayobject which contains one or moreCSSNumericValueobjects.
Static methods
The interface may also inherit methods from its parent interface,CSSMathValue.
Instance methods
The interface may also inherit methods from its parent interface,CSSMathValue.
Specifications
| Specification |
|---|
| CSS Typed OM Level 1> # cssmathproduct> |