--- title: DOMPoint.y slug: Web/API/DOMPointReadOnly/y tags: - API - Coordonnées - DOM - Géométrie - Propriétés - Quadrilatère - 'y' translation_of: Web/API/DOMPointReadOnly/y ---
{{APIRef("DOM")}}{{ SeeCompatTable() }}
La propriété en lecture seule y
de l'interface DOMPointReadOnly
représente la coordonnée y d'un point.
En général, y positif signifie en haut et négatif en bas (par rapport à l'origine).
var yPos = DOMPoint.y;
Un double.
Spécification | Statut | Commentaire |
---|---|---|
{{SpecName('Geometry Interfaces', '#dom-dompointreadonly-y', 'y')}} | {{Spec2('Geometry Interfaces')}} | La dernière version de la spécification est un ED. |
{{Compat("api.DOMPointReadOnly.y")}}