Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 541 Bytes

File metadata and controls

23 lines (15 loc) · 541 Bytes
title CSSMathSum: values property
short-title values
slug Web/API/CSSMathSum/values
page-type web-api-instance-property
browser-compat api.CSSMathSum.values

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

The CSSMathSum.values read-only property of the {{domxref("CSSMathSum")}} interface returns a {{domxref('CSSNumericArray')}} object that contains one or more {{domxref('CSSNumericValue')}} objects.

Value

A {{domxref('CSSNumericArray')}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}