From 52990303982048d807b7a8dc8c016bb332bc710e Mon Sep 17 00:00:00 2001 From: tristantheb Date: Sat, 19 Jun 2021 18:31:13 +0200 Subject: Remove hidden bcd for API pages (#1249) * Remove hidden bcd for API pages * rm * typo * minor reword * minor rewording Co-authored-by: SphinxKnight --- files/fr/web/api/range/extractcontents/index.html | 2 -- files/fr/web/api/range/surroundcontents/index.html | 2 -- 2 files changed, 4 deletions(-) (limited to 'files/fr/web/api/range') diff --git a/files/fr/web/api/range/extractcontents/index.html b/files/fr/web/api/range/extractcontents/index.html index 9415780474..3c2dc3377a 100644 --- a/files/fr/web/api/range/extractcontents/index.html +++ b/files/fr/web/api/range/extractcontents/index.html @@ -48,8 +48,6 @@ document.body.appendChild(documentFragment);

Compatibilité des navigateurs

- -

{{Compat("api.Range.extractContents")}}

Voir aussi

diff --git a/files/fr/web/api/range/surroundcontents/index.html b/files/fr/web/api/range/surroundcontents/index.html index f06b360d27..86a49e1398 100644 --- a/files/fr/web/api/range/surroundcontents/index.html +++ b/files/fr/web/api/range/surroundcontents/index.html @@ -61,8 +61,6 @@ range.surroundContents(newNode);

Compatibilité des navigateurs

- -

{{Compat("api.Range.surroundContents")}}

Voir aussi

-- cgit v1.2.3-54-g00ecf