CSSMathProduct
        
        
          Limited availability
        
        
        
          
                
              
                
              
                
              
        
        
      
      This feature is not Baseline because it does not work in some of the most widely-used browsers.
The CSSMathProduct interface of the CSS Typed Object Model API represents the result obtained by calling add(), sub(), or toSum() on CSSNumericValue. It inherits properties and methods from its parent CSSNumericValue.
Constructor
- CSSMathProduct()Experimental
- 
Creates a new CSSMathProductobject.
Instance properties
- CSSMathProduct.values
- 
Returns 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> | 
Browser compatibility
Loading…