CSSNumericArray
The CSSNumericArray
interface of the CSS Typed Object Model API contains a list of CSSNumericValue
objects.
Instance properties
CSSNumericArray.length
Read only-
Returns how many
CSSNumericValue
objects are contained within theCSSNumericArray
.
Examples
To do.