Back to Content

DOMRectReadOnly: top property

files/en-us/web/api/domrectreadonly/top/index.md

latest386 B
Original Source

{{APIRef("Geometry Interfaces")}}{{AvailableInWorkers}}

The top read-only property of the DOMRectReadOnly interface returns the top coordinate value of the DOMRect. (Has the same value as y, or y + height if height is negative.)

Value

A double.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("DOMRect")}}