aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/document_object_model
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:30 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:30 +0100
commit7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch)
tree004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/web/api/document_object_model
parent39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff)
downloadtranslated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz
translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2
translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip
unslug fr: modify
Diffstat (limited to 'files/fr/web/api/document_object_model')
-rw-r--r--files/fr/web/api/document_object_model/events/index.html3
-rw-r--r--files/fr/web/api/document_object_model/examples/index.html3
-rw-r--r--files/fr/web/api/document_object_model/how_to_create_a_dom_tree/index.html3
-rw-r--r--files/fr/web/api/document_object_model/locating_dom_elements_using_selectors/index.html5
-rw-r--r--files/fr/web/api/document_object_model/traversing_an_html_table_with_javascript_and_dom_interfaces/index.html4
-rw-r--r--files/fr/web/api/document_object_model/using_the_w3c_dom_level_1_core/example/index.html3
-rw-r--r--files/fr/web/api/document_object_model/using_the_w3c_dom_level_1_core/index.html3
7 files changed, 16 insertions, 8 deletions
diff --git a/files/fr/web/api/document_object_model/events/index.html b/files/fr/web/api/document_object_model/events/index.html
index cd96a7446c..053a61a2dc 100644
--- a/files/fr/web/api/document_object_model/events/index.html
+++ b/files/fr/web/api/document_object_model/events/index.html
@@ -1,12 +1,13 @@
---
title: Les évènements et le DOM
-slug: Web/API/Document_Object_Model/Les_évènements_et_le_DOM
+slug: Web/API/Document_Object_Model/Events
tags:
- API
- DOM
- Guide
- évènements
translation_of: Web/API/Document_Object_Model/Events
+original_slug: Web/API/Document_Object_Model/Les_évènements_et_le_DOM
---
<h2 id="Introduction" name="Introduction">Introduction</h2>
diff --git a/files/fr/web/api/document_object_model/examples/index.html b/files/fr/web/api/document_object_model/examples/index.html
index 08bd432a1e..a1d62f4019 100644
--- a/files/fr/web/api/document_object_model/examples/index.html
+++ b/files/fr/web/api/document_object_model/examples/index.html
@@ -1,10 +1,11 @@
---
title: Exemples
-slug: Web/API/Document_Object_Model/Exemples
+slug: Web/API/Document_Object_Model/Examples
tags:
- DOM
- Exemples
translation_of: Web/API/Document_Object_Model/Examples
+original_slug: Web/API/Document_Object_Model/Exemples
---
<p>Cette page présente quelques exemples plus détaillés de développement Web et XML utilisant le DOM. Partout où c'est possible, les exemples utilisent des API courantes, des astuces et des modèles en JavaScript pour manipuler l'objet de document.</p>
diff --git a/files/fr/web/api/document_object_model/how_to_create_a_dom_tree/index.html b/files/fr/web/api/document_object_model/how_to_create_a_dom_tree/index.html
index 9e74fa2870..d599a27ad5 100644
--- a/files/fr/web/api/document_object_model/how_to_create_a_dom_tree/index.html
+++ b/files/fr/web/api/document_object_model/how_to_create_a_dom_tree/index.html
@@ -1,11 +1,12 @@
---
title: Comment créer un arbre DOM
-slug: Comment_créer_un_arbre_DOM
+slug: Web/API/Document_object_model/How_to_create_a_DOM_tree
tags:
- AJAX
- DOM
- Extensions
translation_of: Web/API/Document_object_model/How_to_create_a_DOM_tree
+original_slug: Comment_créer_un_arbre_DOM
---
<p> </p>
diff --git a/files/fr/web/api/document_object_model/locating_dom_elements_using_selectors/index.html b/files/fr/web/api/document_object_model/locating_dom_elements_using_selectors/index.html
index aae8808be0..3061431cc7 100644
--- a/files/fr/web/api/document_object_model/locating_dom_elements_using_selectors/index.html
+++ b/files/fr/web/api/document_object_model/locating_dom_elements_using_selectors/index.html
@@ -1,7 +1,6 @@
---
title: Localisation des éléments DOM avec les sélecteurs
-slug: >-
- Web/API/Document_Object_Model/Localisation_des_éléments_DOM_avec_les_sélecteurs
+slug: Web/API/Document_object_model/Locating_DOM_elements_using_selectors
tags:
- API
- DOM
@@ -9,6 +8,8 @@ tags:
- Elements
- Sélecteurs
translation_of: Web/API/Document_object_model/Locating_DOM_elements_using_selectors
+original_slug: >-
+ Web/API/Document_Object_Model/Localisation_des_éléments_DOM_avec_les_sélecteurs
---
<div>{{ gecko_minversion_header("1.9.1") }}</div>
diff --git a/files/fr/web/api/document_object_model/traversing_an_html_table_with_javascript_and_dom_interfaces/index.html b/files/fr/web/api/document_object_model/traversing_an_html_table_with_javascript_and_dom_interfaces/index.html
index 9e3407a0aa..b84186a767 100644
--- a/files/fr/web/api/document_object_model/traversing_an_html_table_with_javascript_and_dom_interfaces/index.html
+++ b/files/fr/web/api/document_object_model/traversing_an_html_table_with_javascript_and_dom_interfaces/index.html
@@ -1,6 +1,7 @@
---
title: Explorer un tableau HTML avec des interfaces DOM et JavaScript
-slug: Explorer_un_tableau_HTML_avec_des_interfaces_DOM_et_JavaScript
+slug: >-
+ Web/API/Document_Object_Model/Traversing_an_HTML_table_with_JavaScript_and_DOM_Interfaces
tags:
- DOM
- Guide
@@ -8,6 +9,7 @@ tags:
- JavaScript
translation_of: >-
Web/API/Document_Object_Model/Traversing_an_HTML_table_with_JavaScript_and_DOM_Interfaces
+original_slug: Explorer_un_tableau_HTML_avec_des_interfaces_DOM_et_JavaScript
---
<p> </p>
diff --git a/files/fr/web/api/document_object_model/using_the_w3c_dom_level_1_core/example/index.html b/files/fr/web/api/document_object_model/using_the_w3c_dom_level_1_core/example/index.html
index a9efdf8cdb..7fc0a61f17 100644
--- a/files/fr/web/api/document_object_model/using_the_w3c_dom_level_1_core/example/index.html
+++ b/files/fr/web/api/document_object_model/using_the_w3c_dom_level_1_core/example/index.html
@@ -1,12 +1,13 @@
---
title: Exemple
-slug: Web/API/Document_object_model/Utilisation_du_DOM_Level_1_Core_du_W3C/Exemple
+slug: Web/API/Document_object_model/Using_the_W3C_DOM_Level_1_Core/Example
tags:
- API
- DOM
- Débutant
- Exemples
translation_of: Web/API/Document_object_model/Using_the_W3C_DOM_Level_1_Core/Example
+original_slug: Web/API/Document_object_model/Utilisation_du_DOM_Level_1_Core_du_W3C/Exemple
---
<p> </p>
diff --git a/files/fr/web/api/document_object_model/using_the_w3c_dom_level_1_core/index.html b/files/fr/web/api/document_object_model/using_the_w3c_dom_level_1_core/index.html
index 0f140378e6..a509d0525b 100644
--- a/files/fr/web/api/document_object_model/using_the_w3c_dom_level_1_core/index.html
+++ b/files/fr/web/api/document_object_model/using_the_w3c_dom_level_1_core/index.html
@@ -1,12 +1,13 @@
---
title: Utilisation du DOM Level 1 Core du W3C
-slug: Web/API/Document_object_model/Utilisation_du_DOM_Level_1_Core_du_W3C
+slug: Web/API/Document_object_model/Using_the_W3C_DOM_Level_1_Core
tags:
- Arbre
- DOM
- Noeud
- Texte
translation_of: Web/API/Document_object_model/Using_the_W3C_DOM_Level_1_Core
+original_slug: Web/API/Document_object_model/Utilisation_du_DOM_Level_1_Core_du_W3C
---
<p>Le DOM Level 1 Core du W3C est un modèle objet puissant permettant de modifier l'arbre de contenu de documents. Il est géré dans Mozilla (sur lequel Firefox et Netscape sont basés) et (pour la plus grande partie) dans Internet Explorer 5 pour Windows. Il s'agit d'une base essentielle du scripting sur le Web dans l'avenir.</p>