CSSNumericArray.length
Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Draft
This page is not complete.
The read-only length
property of the
CSSNumericArray
interface returns the number of
CSSNumericValue
objects in the list.
Syntax
var length = CSSNumericArray.length;
Return value
An integer representing the number of CSSNumericValue
objects in the
list.
Examples
To Do
Specifications
Specification | Status | Comment |
---|---|---|
CSS Typed OM Level 1 The definition of 'length' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser