Szkic
Strona ta nie jest jeszcze ukończona.
Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The CSSNumericValue
interface of the CSS Typed Object Model API represents operations that all numeric values can perform.
Interfaces based on CSSNumericValue
Below is a list of interfaces based on the CSSNumericValue interface.
Properties
None.
Event handlers
No
Methods
CSSNumericValue.add
- Adds a supplied number to the
CSSNumericValue
. CSSNumericValue.sub
- Subtracts a supplied number from the
CSSNumericValue
. CSSNumericValue.mul
- Multiplies the
CSSNumericValue
by the supplied value. CSSNumericValue.div
- Divides the
CSSNumericValue
by the supplied value. CSSNumericValue.min
- Returns the minimum value passed
CSSNumericValue.max
- Returns the maximum value passed
CSSNumericValue.equals
- True if all the values are the exact same type and value, in the same order. Otherwise, false.
CSSNumericValue.to
- Converts
value
into another one with the specified unit. CSSNumericValue.toSum
- TBD
CSSNumericValue.type
- TBD
CSSNumericValue.parse
- Allows a
CSSNumericValue
to be constructed directly from a string containing CSS.
Specifications
Specification | Status | Comment |
---|---|---|
CSS Typed OM Level 1 The definition of 'CSSNumericValue' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser