aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/document_object_model
diff options
context:
space:
mode:
authorCarolyn Wu <87150472+cw118@users.noreply.github.com>2022-03-17 03:31:51 -0400
committerGitHub <noreply@github.com>2022-03-17 08:31:51 +0100
commit32205e16dbc2d048e543d6a0e27015c691498a50 (patch)
tree2ffd23d973d76bc2042e3b3a5d9ff6bc90e3e76b /files/fr/web/api/document_object_model
parentf9e0545459f96b234909fcca749d2fd4a5b3feda (diff)
downloadtranslated-content-32205e16dbc2d048e543d6a0e27015c691498a50.tar.gz
translated-content-32205e16dbc2d048e543d6a0e27015c691498a50.tar.bz2
translated-content-32205e16dbc2d048e543d6a0e27015c691498a50.zip
Remove unwanted macros (no orphaned/conflicting) (#4649)
Diffstat (limited to 'files/fr/web/api/document_object_model')
-rw-r--r--files/fr/web/api/document_object_model/locating_dom_elements_using_selectors/index.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/files/fr/web/api/document_object_model/locating_dom_elements_using_selectors/index.md b/files/fr/web/api/document_object_model/locating_dom_elements_using_selectors/index.md
index b23bc2e16d..ff304938f0 100644
--- a/files/fr/web/api/document_object_model/locating_dom_elements_using_selectors/index.md
+++ b/files/fr/web/api/document_object_model/locating_dom_elements_using_selectors/index.md
@@ -11,8 +11,6 @@ translation_of: Web/API/Document_object_model/Locating_DOM_elements_using_select
original_slug: >-
Web/API/Document_Object_Model/Localisation_des_éléments_DOM_avec_les_sélecteurs
---
-{{ gecko_minversion_header("1.9.1") }}
-
L'API Selectors fournit des méthodes simples et rapides pour retrouver les noeuds [`Element`](/fr/docs/Web/API/element) du DOM par correspondance avec un jeu de sélecteurs. C'est beaucoup plus rapide que les techniques passées, pour lesquelles il était nécessaire, par exemple, d'utiliser une boucle en code JavaScript pour localiser l'élément spécifique que l'on devait trouver.
## L'interface NodeSelector