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/w/index.html | 51 -------------------------- files/fr/web/api/dompointreadonly/w/index.md | 51 ++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 51 deletions(-) delete mode 100644 files/fr/web/api/dompointreadonly/w/index.html create mode 100644 files/fr/web/api/dompointreadonly/w/index.md (limited to 'files/fr/web/api/dompointreadonly/w') diff --git a/files/fr/web/api/dompointreadonly/w/index.html b/files/fr/web/api/dompointreadonly/w/index.html deleted file mode 100644 index 6eab04af2c..0000000000 --- a/files/fr/web/api/dompointreadonly/w/index.html +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: DOMPoint.w -slug: Web/API/DOMPointReadOnly/w -tags: - - API - - Coordonnées - - DOM - - Géométrie - - Propriétés - - Quadrilatère - - W -translation_of: Web/API/DOMPointReadOnly/w ---- -

{{APIRef("DOM")}}{{ SeeCompatTable() }}

- -

La propriété en lecture seule w de l'interface DOMPointReadOnly représente la perspective d'un point.

- -

Syntaxe

- -
var perspective = DOMPoint.w;
- -

Valeur

- -

Un double.

- -

Spécifications

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

Compatibilité des navigateurs

- -

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

- -

Voir aussi

- - diff --git a/files/fr/web/api/dompointreadonly/w/index.md b/files/fr/web/api/dompointreadonly/w/index.md new file mode 100644 index 0000000000..6eab04af2c --- /dev/null +++ b/files/fr/web/api/dompointreadonly/w/index.md @@ -0,0 +1,51 @@ +--- +title: DOMPoint.w +slug: Web/API/DOMPointReadOnly/w +tags: + - API + - Coordonnées + - DOM + - Géométrie + - Propriétés + - Quadrilatère + - W +translation_of: Web/API/DOMPointReadOnly/w +--- +

{{APIRef("DOM")}}{{ SeeCompatTable() }}

+ +

La propriété en lecture seule w de l'interface DOMPointReadOnly représente la perspective d'un point.

+ +

Syntaxe

+ +
var perspective = DOMPoint.w;
+ +

Valeur

+ +

Un double.

+ +

Spécifications

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

Compatibilité des navigateurs

+ +

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

+ +

Voir aussi

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