Results 1 - 3 of 3

CSSValueList

The CSSValueList interface derives from the CSSValue interface and provides the abstraction of an ordered collection of CSS values.
API CSSValueList DOM Interface NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

CSSValueList.length

The length read-only property of the CSSValueList interface represents the number of CSSValues in the list. The range of valid values of the indices is 0 to length-1 inclusive.
API CSSValueList length NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Property Read-only Reference