From da412bbfa23b6e02dc33331891c6d4aee2bb7242 Mon Sep 17 00:00:00 2001 From: Carolyn Wu <87150472+cw118@users.noreply.github.com> Date: Tue, 1 Mar 2022 13:47:30 -0500 Subject: Markdown fixes part 1 (fr/web/a*) (#4316) * Fix MD038, no spaces inside code span elements * Fix MD037, no spaces inside emphasis markers * Fix MD039, no spaces inside link text * Missed link text fix in API file * Various typo fixes --- files/fr/web/api/document/height/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/fr/web/api/document/height') 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é -- cgit v1.2.3-54-g00ecf