--- title: DOMRectReadOnly.left slug: Web/API/DOMRectReadOnly/left tags: - API - DOM - Gauche - Géométrie - Propriétés - Rectangle translation_of: Web/API/DOMRectReadOnly/left ---
{{APIRef("DOM")}}{{ SeeCompatTable() }}
La propriété en lecture seule left
de l'interface DOMRectReadOnly
renvoie la valeur de la coordonnée gauche du DOMRect
(a la même valeur que x
, ou x + width
(x + largeur) si width
est négative).
var recLeft = DOMRect.left;
Un double.
Spécification | Statut | Commentaire |
---|---|---|
{{SpecName('Geometry Interfaces', '#dom-domrectreadonly-left', 'left')}} | {{Spec2('Geometry Interfaces')}} | La dernière version de la spécification est un ED. |
{{ CompatibilityTable() }}
Fonctionnalité | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | {{CompatNo}} |
{{CompatVersionUnknown}} |
{{ CompatNo }} |
{{ CompatNo }} |
{{ CompatNo }} |
Fonctionnalité | Android | Firefox Mobile (Gecko) | Firefox OS (Gecko) | IE Phone | Opera Mobile | Safari Mobile | Chrome for Android |
---|---|---|---|---|---|---|---|
Basic support | {{ CompatNo }} | {{CompatVersionUnknown}} | {{ CompatNo }} | {{ CompatNo }} | {{ CompatNo }} | {{ CompatNo }} | {{ CompatNo }} |