From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/dompointreadonly/y/index.html | 53 -------------------------- files/fr/web/api/dompointreadonly/y/index.md | 53 ++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 files/fr/web/api/dompointreadonly/y/index.html create mode 100644 files/fr/web/api/dompointreadonly/y/index.md (limited to 'files/fr/web/api/dompointreadonly/y') diff --git a/files/fr/web/api/dompointreadonly/y/index.html b/files/fr/web/api/dompointreadonly/y/index.html deleted file mode 100644 index 74e42ccf0f..0000000000 --- a/files/fr/web/api/dompointreadonly/y/index.html +++ /dev/null @@ -1,53 +0,0 @@ ---- -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).

- -

Syntaxe

- -
var yPos = DOMPoint.y;
- -

Valeur

- -

Un double.

- -

Spécifications

- - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{SpecName('Geometry Interfaces', '#dom-dompointreadonly-y', 'y')}}{{Spec2('Geometry Interfaces')}}La dernière version de la spécification est un ED.
- -

Compatibilité des navigateurs

- -

{{Compat("api.DOMPointReadOnly.y")}}

- -

Voir aussi

- - diff --git a/files/fr/web/api/dompointreadonly/y/index.md b/files/fr/web/api/dompointreadonly/y/index.md new file mode 100644 index 0000000000..74e42ccf0f --- /dev/null +++ b/files/fr/web/api/dompointreadonly/y/index.md @@ -0,0 +1,53 @@ +--- +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).

+ +

Syntaxe

+ +
var yPos = DOMPoint.y;
+ +

Valeur

+ +

Un double.

+ +

Spécifications

+ + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{SpecName('Geometry Interfaces', '#dom-dompointreadonly-y', 'y')}}{{Spec2('Geometry Interfaces')}}La dernière version de la spécification est un ED.
+ +

Compatibilité des navigateurs

+ +

{{Compat("api.DOMPointReadOnly.y")}}

+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf