From 1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:24 +0200 Subject: convert content to md --- files/fr/web/api/domrectreadonly/height/index.md | 43 +++++++++--------------- 1 file changed, 16 insertions(+), 27 deletions(-) (limited to 'files/fr/web/api/domrectreadonly/height') diff --git a/files/fr/web/api/domrectreadonly/height/index.md b/files/fr/web/api/domrectreadonly/height/index.md index e617faaa94..68896eb357 100644 --- a/files/fr/web/api/domrectreadonly/height/index.md +++ b/files/fr/web/api/domrectreadonly/height/index.md @@ -10,41 +10,30 @@ tags: - Rectangle translation_of: Web/API/DOMRectReadOnly/height --- -

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

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

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

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

Syntaxe

+## Syntaxe -
var recHeight = DOMRect.height;
+```js +var recHeight = DOMRect.height; +``` -

Valeur

+### Valeur -

Un double.

+Un double. -

Spécifications

+## 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.
+| Spécification | Statut | Commentaire | +| ---------------------------------------------------------------------------------------------------- | -------------------------------------------- | -------------------------------------------------- | +| {{SpecName('Geometry Interfaces', '#dom-domrectreadonly-height', 'height')}} | {{Spec2('Geometry Interfaces')}} | La dernière version de la spécification est un ED. | -

Compatibilité des navigateurs

+## Compatibilité des navigateurs -

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

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

Voir aussi

+## Voir aussi - +- {{domxref("DOMRect")}} -- cgit v1.2.3-54-g00ecf