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/domrectreadonly/height/index.html | 50 ---------------------- files/fr/web/api/domrectreadonly/height/index.md | 50 ++++++++++++++++++++++ 2 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 files/fr/web/api/domrectreadonly/height/index.html create mode 100644 files/fr/web/api/domrectreadonly/height/index.md (limited to 'files/fr/web/api/domrectreadonly/height') diff --git a/files/fr/web/api/domrectreadonly/height/index.html b/files/fr/web/api/domrectreadonly/height/index.html deleted file mode 100644 index e617faaa94..0000000000 --- a/files/fr/web/api/domrectreadonly/height/index.html +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: DOMRectReadOnly.height -slug: Web/API/DOMRectReadOnly/height -tags: - - API - - DOM - - Géométrie - - Hauteur - - Propriétés - - Rectangle -translation_of: Web/API/DOMRectReadOnly/height ---- -

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

- -

La propriété en lecture seule height de l'interface of the DOMRectReadOnly représente la hauteur du DOMRect.

- -

Syntaxe

- -
var recHeight = DOMRect.height;
- -

Valeur

- -

Un double.

- -

Spécifications

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

Compatibilité des navigateurs

- -

{{Compat("api.DOMRectReadOnly.height")}}

- -

Voir aussi

- - diff --git a/files/fr/web/api/domrectreadonly/height/index.md b/files/fr/web/api/domrectreadonly/height/index.md new file mode 100644 index 0000000000..e617faaa94 --- /dev/null +++ b/files/fr/web/api/domrectreadonly/height/index.md @@ -0,0 +1,50 @@ +--- +title: DOMRectReadOnly.height +slug: Web/API/DOMRectReadOnly/height +tags: + - API + - DOM + - Géométrie + - Hauteur + - Propriétés + - Rectangle +translation_of: Web/API/DOMRectReadOnly/height +--- +

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

+ +

La propriété en lecture seule height de l'interface of the DOMRectReadOnly représente la hauteur du DOMRect.

+ +

Syntaxe

+ +
var recHeight = DOMRect.height;
+ +

Valeur

+ +

Un double.

+ +

Spécifications

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

Compatibilité des navigateurs

+ +

{{Compat("api.DOMRectReadOnly.height")}}

+ +

Voir aussi

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