diff options
Diffstat (limited to 'files/fr/web/api/document/height')
| -rw-r--r-- | files/fr/web/api/document/height/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/document/height/index.md b/files/fr/web/api/document/height/index.md index f05e75b127..30430ed4eb 100644 --- a/files/fr/web/api/document/height/index.md +++ b/files/fr/web/api/document/height/index.md @@ -5,7 +5,7 @@ translation_of: Web/API/Document/height --- {{APIRef("DOM")}} {{Obsolete_header}} -> **Note :** Apparu avec {{Gecko("6.0")}},` document.height n'est plus supporté`. Utilisez à la place `document.body.clientHeight`. Voir {{domxref("element.clientHeight")}}. +> **Note :** Apparu avec Gecko 6.0, `document.height` n'est plus supporté. Utilisez à la place `document.body.clientHeight`. Voir [`element.clientHeight`](/fr/docs/Web/API/Element/clientHeight). ## Résumé |
