DOMRectReadOnly: left property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
Note: This feature is available inWeb Workers.
Theleft read-only property of theDOMRectReadOnly interface returns the left coordinate value of theDOMRect. (Has the same value asx, orx + width ifwidth is negative.)
In this article
Value
A double.
Specifications
| Specification |
|---|
| Geometry Interfaces Module Level 1> # dom-domrectreadonly-left> |