Back to Content

CSSNumericArray

files/en-us/web/api/cssnumericarray/index.md

latest498 B
Original Source

{{APIRef("CSS Typed Object Model API")}}

The CSSNumericArray interface of the CSS Typed Object Model API contains a list of {{domxref("CSSNumericValue")}} objects.

Instance properties

  • {{domxref("CSSNumericArray.length")}} {{ReadOnlyInline}}
    • : Returns how many {{domxref("CSSNumericValue")}} objects are contained within the CSSNumericArray.

Examples

To do.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}