Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 645 Bytes

File metadata and controls

33 lines (21 loc) · 645 Bytes
title CSSMathClamp: value property
short-title value
slug Web/API/CSSMathClamp/value
page-type web-api-instance-property
browser-compat api.CSSMathClamp.value

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

The value read-only property of the {{domxref("CSSMathClamp")}} interface returns a {{domxref("CSSNumericValue")}} object containing the preferred value of a {{domxref("CSSMathClamp")}} object.

Value

A {{domxref("CSSNumericValue")}}.

Examples

To do

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("CSSMathClamp.lower")}}
  • {{domxref("CSSMathClamp.upper")}}