Back to Content

DOMRect: y property

files/en-us/web/api/domrect/y/index.md

latest605 B
Original Source

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

The y property of the {{domxref("DOMRect")}} interface represents the y-coordinate of the rectangle, which is the vertical distance between the viewport's top edge and the rectangle's origin.

When the rectangle's height is non-negative, the rectangle's vertical origin is the viewport's top edge. If the height has a negative height, the rectangle's vertical origin is the viewport's bottom edge.

Value

A double.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("DOMRectReadOnly")}}