aboutsummaryrefslogtreecommitdiff
path: root/files/fr/conflicting/web/api
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/conflicting/web/api
parent39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff)
downloadtranslated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz
translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2
translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip
unslug fr: modify
Diffstat (limited to 'files/fr/conflicting/web/api')
-rw-r--r--files/fr/conflicting/web/api/canvas_api/tutorial/index.html3
-rw-r--r--files/fr/conflicting/web/api/document/createevent/index.html3
-rw-r--r--files/fr/conflicting/web/api/document_object_model/index.html3
-rw-r--r--files/fr/conflicting/web/api/document_object_model_03f6e13c52ad7c539d9b4c33c51ac4a3/index.html3
-rw-r--r--files/fr/conflicting/web/api/document_object_model_656f0e51418b39c498011268be9b3a10/index.html3
-rw-r--r--files/fr/conflicting/web/api/formdata/using_formdata_objects/index.html3
-rw-r--r--files/fr/conflicting/web/api/globaleventhandlers/onresize/index.html3
-rw-r--r--files/fr/conflicting/web/api/htmlmediaelement/abort_event/index.html3
-rw-r--r--files/fr/conflicting/web/api/htmlmediaelement/ended_event/index.html3
-rw-r--r--files/fr/conflicting/web/api/index.html3
-rw-r--r--files/fr/conflicting/web/api/node/getrootnode/index.html3
-rw-r--r--files/fr/conflicting/web/api/node/index.html3
-rw-r--r--files/fr/conflicting/web/api/node_378aed5ed6869e50853edbc988cf9556/index.html3
-rw-r--r--files/fr/conflicting/web/api/selection/index.html3
-rw-r--r--files/fr/conflicting/web/api/url/index.html3
-rw-r--r--files/fr/conflicting/web/api/web_storage_api/index.html3
-rw-r--r--files/fr/conflicting/web/api/web_workers_api/using_web_workers/index.html3
-rw-r--r--files/fr/conflicting/web/api/webrtc_api/index.html3
-rw-r--r--files/fr/conflicting/web/api/webrtc_api_d8621144cbc61520339c3b10c61731f0/index.html3
-rw-r--r--files/fr/conflicting/web/api/window/localstorage/index.html3
-rw-r--r--files/fr/conflicting/web/api/xsltprocessor/index.html3
-rw-r--r--files/fr/conflicting/web/api/xsltprocessor_197eea6e529b0a946d29ce7cc292e7ef/index.html3
22 files changed, 44 insertions, 22 deletions
diff --git a/files/fr/conflicting/web/api/canvas_api/tutorial/index.html b/files/fr/conflicting/web/api/canvas_api/tutorial/index.html
index 0b0a96257e..a717d76113 100644
--- a/files/fr/conflicting/web/api/canvas_api/tutorial/index.html
+++ b/files/fr/conflicting/web/api/canvas_api/tutorial/index.html
@@ -1,11 +1,12 @@
---
title: Dessiner avec Canvas
-slug: Web/Guide/Graphics/Dessiner_avec_canvas
+slug: conflicting/Web/API/Canvas_API/Tutorial
tags:
- Canvas
- HTML
translation_of: Web/API/Canvas_API/Tutorial
translation_of_original: Web/API/Canvas_API/Drawing_graphics_with_canvas
+original_slug: Web/Guide/Graphics/Dessiner_avec_canvas
---
<p> </p>
<h3 id="Introduction" name="Introduction">Introduction</h3>
diff --git a/files/fr/conflicting/web/api/document/createevent/index.html b/files/fr/conflicting/web/api/document/createevent/index.html
index 5cfbb7f05f..b8ff184d41 100644
--- a/files/fr/conflicting/web/api/document/createevent/index.html
+++ b/files/fr/conflicting/web/api/document/createevent/index.html
@@ -1,6 +1,6 @@
---
title: Event.createEvent()
-slug: Web/API/Event/createEvent
+slug: conflicting/Web/API/Document/createEvent
tags:
- API
- DOM
@@ -8,6 +8,7 @@ tags:
- Méthodes
translation_of: Web/API/Document/createEvent
translation_of_original: Web/API/Event/createEvent
+original_slug: Web/API/Event/createEvent
---
<p>{{APIRef("DOM")}}</p>
diff --git a/files/fr/conflicting/web/api/document_object_model/index.html b/files/fr/conflicting/web/api/document_object_model/index.html
index 518da7e3d8..d9480aca59 100644
--- a/files/fr/conflicting/web/api/document_object_model/index.html
+++ b/files/fr/conflicting/web/api/document_object_model/index.html
@@ -1,10 +1,11 @@
---
title: À propos du Document Object Model
-slug: À_propos_du_Document_Object_Model
+slug: conflicting/Web/API/Document_Object_Model
tags:
- DOM
translation_of: Web/API/Document_Object_Model
translation_of_original: DOM/About_the_Document_Object_Model
+original_slug: À_propos_du_Document_Object_Model
---
<h3 id="Présentation_du_DOM">Présentation du DOM</h3>
<p>Le <a href="/fr/docs/DOM">Document Object Model</a>, ou modèle objet de document, est une API pour les documents <a href="/fr/docs/Web/HTML">HTML</a> et <a href="/fr/docs/XML">XML</a>. Le DOM fournit une représentation structurelle du document, permettant de modifier son contenu et sa présentation visuelle. Fondamentalement, il relie les pages Web aux scripts et langages de programmation.</p>
diff --git a/files/fr/conflicting/web/api/document_object_model_03f6e13c52ad7c539d9b4c33c51ac4a3/index.html b/files/fr/conflicting/web/api/document_object_model_03f6e13c52ad7c539d9b4c33c51ac4a3/index.html
index 77c272f5b2..d97eb27eed 100644
--- a/files/fr/conflicting/web/api/document_object_model_03f6e13c52ad7c539d9b4c33c51ac4a3/index.html
+++ b/files/fr/conflicting/web/api/document_object_model_03f6e13c52ad7c539d9b4c33c51ac4a3/index.html
@@ -1,10 +1,11 @@
---
title: Préface
-slug: Web/API/Document_Object_Model/Préface
+slug: conflicting/Web/API/Document_Object_Model_03f6e13c52ad7c539d9b4c33c51ac4a3
tags:
- Référence_du_DOM_Gecko
translation_of: Web/API/Document_Object_Model
translation_of_original: Web/API/Document_Object_Model/Preface
+original_slug: Web/API/Document_Object_Model/Préface
---
<p>{{ ApiRef() }}</p>
<h3 id=".C3.80_propos_de_cette_r.C3.A9f.C3.A9rence" name=".C3.80_propos_de_cette_r.C3.A9f.C3.A9rence">À propos de cette référence</h3>
diff --git a/files/fr/conflicting/web/api/document_object_model_656f0e51418b39c498011268be9b3a10/index.html b/files/fr/conflicting/web/api/document_object_model_656f0e51418b39c498011268be9b3a10/index.html
index ad672dee28..40c9cc7859 100644
--- a/files/fr/conflicting/web/api/document_object_model_656f0e51418b39c498011268be9b3a10/index.html
+++ b/files/fr/conflicting/web/api/document_object_model_656f0e51418b39c498011268be9b3a10/index.html
@@ -1,6 +1,6 @@
---
title: Guides DOM pour développeurs
-slug: Web/Guide/DOM
+slug: conflicting/Web/API/Document_Object_Model_656f0e51418b39c498011268be9b3a10
tags:
- API
- DOM
@@ -8,6 +8,7 @@ tags:
- TopicStub
translation_of: Web/API/Document_Object_Model
translation_of_original: Web/Guide/API/DOM
+original_slug: Web/Guide/DOM
---
<p>{{draft}}</p>
diff --git a/files/fr/conflicting/web/api/formdata/using_formdata_objects/index.html b/files/fr/conflicting/web/api/formdata/using_formdata_objects/index.html
index 3d07259319..a8df539f4f 100644
--- a/files/fr/conflicting/web/api/formdata/using_formdata_objects/index.html
+++ b/files/fr/conflicting/web/api/formdata/using_formdata_objects/index.html
@@ -1,8 +1,9 @@
---
title: Utiliser les objets FormData
-slug: Web/Guide/Using_FormData_Objects
+slug: conflicting/Web/API/FormData/Using_FormData_Objects
translation_of: Web/API/FormData/Using_FormData_Objects
translation_of_original: Web/Guide/Using_FormData_Objects
+original_slug: Web/Guide/Using_FormData_Objects
---
<p>L'objet <a href="/en/DOM/XMLHttpRequest/FormData" title="en/DOM/XMLHttpRequest/FormData"><code>FormData</code></a> vous permet de créer un ensemble de paires clef-valeur pour un envoi via <code>XMLHttpRequest</code>. Cet objet est destiné avant tout à l'envoi de données de formulaire, mais il peut être utilisé indépendamment des formulaires afin de transmettre des données associées à une clef. Les données transmises sont dans le même format qu'utiliserait la méthode <code>submit()</code> pour envoyer des données si le type d'encodage du formulaire correspondait à "multipart/form-data".</p>
diff --git a/files/fr/conflicting/web/api/globaleventhandlers/onresize/index.html b/files/fr/conflicting/web/api/globaleventhandlers/onresize/index.html
index d2c0d6304f..b49b3e524a 100644
--- a/files/fr/conflicting/web/api/globaleventhandlers/onresize/index.html
+++ b/files/fr/conflicting/web/api/globaleventhandlers/onresize/index.html
@@ -1,6 +1,6 @@
---
title: window.onresize
-slug: Web/API/Window/onresize
+slug: conflicting/Web/API/GlobalEventHandlers/onresize
tags:
- API
- DOM
@@ -8,6 +8,7 @@ tags:
- Propriété
- évènements
translation_of: Web/API/GlobalEventHandlers/onresize
+original_slug: Web/API/Window/onresize
---
<p>{{ ApiRef() }}</p>
diff --git a/files/fr/conflicting/web/api/htmlmediaelement/abort_event/index.html b/files/fr/conflicting/web/api/htmlmediaelement/abort_event/index.html
index 68e28e9626..f8d70358fe 100644
--- a/files/fr/conflicting/web/api/htmlmediaelement/abort_event/index.html
+++ b/files/fr/conflicting/web/api/htmlmediaelement/abort_event/index.html
@@ -1,8 +1,9 @@
---
title: abort
-slug: Web/Events/abort
+slug: conflicting/Web/API/HTMLMediaElement/abort_event
translation_of: Web/API/HTMLMediaElement/abort_event
translation_of_original: Web/Events/abort
+original_slug: Web/Events/abort
---
<div>L'événement <strong>abort</strong> est déclenché lorsque le chargement d'une resource a été interrompu.</div>
diff --git a/files/fr/conflicting/web/api/htmlmediaelement/ended_event/index.html b/files/fr/conflicting/web/api/htmlmediaelement/ended_event/index.html
index 950e8ef545..f4da2370bf 100644
--- a/files/fr/conflicting/web/api/htmlmediaelement/ended_event/index.html
+++ b/files/fr/conflicting/web/api/htmlmediaelement/ended_event/index.html
@@ -1,8 +1,9 @@
---
title: ended (Web Audio)
-slug: Web/Events/ended_(Web_Audio)
+slug: conflicting/Web/API/HTMLMediaElement/ended_event
translation_of: Web/API/HTMLMediaElement/ended_event
translation_of_original: Web/Events/ended_(Web_Audio)
+original_slug: Web/Events/ended_(Web_Audio)
---
<div>
<p>L'événement <strong>ended </strong>est déclenché lorsque la lecture s'est arrêté parce que la fin du média a été atteinte.</p>
diff --git a/files/fr/conflicting/web/api/index.html b/files/fr/conflicting/web/api/index.html
index a4f8a6ba0a..636324d19f 100644
--- a/files/fr/conflicting/web/api/index.html
+++ b/files/fr/conflicting/web/api/index.html
@@ -1,6 +1,6 @@
---
title: element.name
-slug: Web/API/Element/name
+slug: conflicting/Web/API
tags:
- API
- DOM
@@ -9,6 +9,7 @@ tags:
- Propriétés
translation_of: Web/API
translation_of_original: Web/API/Element/name
+original_slug: Web/API/Element/name
---
<p>{{ APIRef("DOM") }}</p>
diff --git a/files/fr/conflicting/web/api/node/getrootnode/index.html b/files/fr/conflicting/web/api/node/getrootnode/index.html
index 7ee512dd8f..ac35922132 100644
--- a/files/fr/conflicting/web/api/node/getrootnode/index.html
+++ b/files/fr/conflicting/web/api/node/getrootnode/index.html
@@ -1,6 +1,6 @@
---
title: Node.rootNode
-slug: Web/API/Node/rootNode
+slug: conflicting/Web/API/Node/getRootNode
tags:
- API
- Arborescence
@@ -10,6 +10,7 @@ tags:
- Racine
translation_of: Web/API/Node/getRootNode
translation_of_original: Web/API/Node/rootNode
+original_slug: Web/API/Node/rootNode
---
<p>{{deprecated_header}}{{APIRef("DOM")}}{{SeeCompatTable}}</p>
diff --git a/files/fr/conflicting/web/api/node/index.html b/files/fr/conflicting/web/api/node/index.html
index 617ed79d8e..3f0b54a386 100644
--- a/files/fr/conflicting/web/api/node/index.html
+++ b/files/fr/conflicting/web/api/node/index.html
@@ -1,6 +1,6 @@
---
title: Node.baseURIObject
-slug: Web/API/Node/baseURIObject
+slug: conflicting/Web/API/Node
tags:
- API
- DOM
@@ -10,6 +10,7 @@ tags:
- URL
translation_of: Web/API/Node
translation_of_original: Web/API/Node/baseURIObject
+original_slug: Web/API/Node/baseURIObject
---
<div>{{APIRef("DOM")}} {{Non-standard_header}}</div>
diff --git a/files/fr/conflicting/web/api/node_378aed5ed6869e50853edbc988cf9556/index.html b/files/fr/conflicting/web/api/node_378aed5ed6869e50853edbc988cf9556/index.html
index 33144eae42..50f42907e0 100644
--- a/files/fr/conflicting/web/api/node_378aed5ed6869e50853edbc988cf9556/index.html
+++ b/files/fr/conflicting/web/api/node_378aed5ed6869e50853edbc988cf9556/index.html
@@ -1,6 +1,6 @@
---
title: Node.nodePrincipal
-slug: Web/API/Node/nodePrincipal
+slug: conflicting/Web/API/Node_378aed5ed6869e50853edbc988cf9556
tags:
- API
- DOM
@@ -9,6 +9,7 @@ tags:
- Propriétés
translation_of: Web/API/Node
translation_of_original: Web/API/Node/nodePrincipal
+original_slug: Web/API/Node/nodePrincipal
---
<div>{{APIRef("DOM")}} {{Non-standard_header}}</div>
diff --git a/files/fr/conflicting/web/api/selection/index.html b/files/fr/conflicting/web/api/selection/index.html
index bca8077699..29024a1140 100644
--- a/files/fr/conflicting/web/api/selection/index.html
+++ b/files/fr/conflicting/web/api/selection/index.html
@@ -1,7 +1,8 @@
---
title: Selection API
-slug: Web/API/Selection_API
+slug: conflicting/Web/API/Selection
translation_of: Web/API/Selection_API
+original_slug: Web/API/Selection_API
---
<p>{{APIRef}}</p>
diff --git a/files/fr/conflicting/web/api/url/index.html b/files/fr/conflicting/web/api/url/index.html
index 223701977c..a0ecb87540 100644
--- a/files/fr/conflicting/web/api/url/index.html
+++ b/files/fr/conflicting/web/api/url/index.html
@@ -1,8 +1,9 @@
---
title: Window.URL
-slug: Web/API/Window/URL
+slug: conflicting/Web/API/URL
translation_of: Web/API/URL
translation_of_original: Web/API/Window/URL
+original_slug: Web/API/Window/URL
---
<p>{{ApiRef("Window")}}{{SeeCompatTable}}</p>
diff --git a/files/fr/conflicting/web/api/web_storage_api/index.html b/files/fr/conflicting/web/api/web_storage_api/index.html
index 2b52e93ad8..916bd25334 100644
--- a/files/fr/conflicting/web/api/web_storage_api/index.html
+++ b/files/fr/conflicting/web/api/web_storage_api/index.html
@@ -1,6 +1,6 @@
---
title: Storage
-slug: DOM/Storage
+slug: conflicting/Web/API/Web_Storage_API
tags:
- Applications_web_hors_ligne
- DOM
@@ -8,6 +8,7 @@ tags:
- Référence_du_DOM_Gecko
translation_of: Web/API/Web_Storage_API
translation_of_original: Web/Guide/API/DOM/Storage
+original_slug: DOM/Storage
---
<p>{{ ApiRef() }} {{ Fx_minversion_header(2) }}</p>
<div class="note">
diff --git a/files/fr/conflicting/web/api/web_workers_api/using_web_workers/index.html b/files/fr/conflicting/web/api/web_workers_api/using_web_workers/index.html
index b925ca7f4b..1c1b91774d 100644
--- a/files/fr/conflicting/web/api/web_workers_api/using_web_workers/index.html
+++ b/files/fr/conflicting/web/api/web_workers_api/using_web_workers/index.html
@@ -1,8 +1,9 @@
---
title: Concepts avancés et exemples
-slug: Web/API/Web_Workers_API/Advanced_concepts_and_examples
+slug: conflicting/Web/API/Web_Workers_API/Using_web_workers
translation_of: Web/API/Web_Workers_API/Using_web_workers
translation_of_original: Web/API/Web_Workers_API/Advanced_concepts_and_examples
+original_slug: Web/API/Web_Workers_API/Advanced_concepts_and_examples
---
<div class="summary">
<p>Cet article fournit de nombreux détails et maints exemples pour illustrer les concepts avancés des web workers.</p>
diff --git a/files/fr/conflicting/web/api/webrtc_api/index.html b/files/fr/conflicting/web/api/webrtc_api/index.html
index 2d516d62d5..24932d8d34 100644
--- a/files/fr/conflicting/web/api/webrtc_api/index.html
+++ b/files/fr/conflicting/web/api/webrtc_api/index.html
@@ -1,11 +1,12 @@
---
title: WebRTC
-slug: Web/Guide/API/WebRTC
+slug: conflicting/Web/API/WebRTC_API
tags:
- Intro
- WebRTC
translation_of: Web/API/WebRTC_API
translation_of_original: Web/Guide/API/WebRTC
+original_slug: Web/Guide/API/WebRTC
---
<p><strong>WebRTC</strong> (où RTC signifie Real-Time Communications -Communications en temps réel-) est une technologie qui permet la transmission en continue (streaming) de l'audio/vidéo et le partage de données entre les navigateurs clients (peers). Comme un ensemble de normes (standards), le WebRTC fournit à n'importe quel navigateur la capacité de partager des données d'application et d'effectuer des téléconférences d’égal à égal, sans avoir à installer quelques plug-ins ou logiciels tiers.</p>
<p>Les composants WebRTC sont accessibles grâce aux APIs JavaScript : l'API de flux réseau (Network Stream), qui représente un flux de données audio ou vidéo ; l'API de Connexion (PeerConnection), qui permet à plusieurs utilisateurs de communiquer via leurs navigateurs ; et l'API DataChannel qui permet la communication d'autres types de données pour le jeu en temps réel, dialogue en ligne, transfert de fichiers, etc.</p>
diff --git a/files/fr/conflicting/web/api/webrtc_api_d8621144cbc61520339c3b10c61731f0/index.html b/files/fr/conflicting/web/api/webrtc_api_d8621144cbc61520339c3b10c61731f0/index.html
index 7bff67c30f..9b19e7c9b7 100644
--- a/files/fr/conflicting/web/api/webrtc_api_d8621144cbc61520339c3b10c61731f0/index.html
+++ b/files/fr/conflicting/web/api/webrtc_api_d8621144cbc61520339c3b10c61731f0/index.html
@@ -1,10 +1,11 @@
---
title: WebRTC
-slug: WebRTC
+slug: conflicting/Web/API/WebRTC_API_d8621144cbc61520339c3b10c61731f0
tags:
- WebRTC
translation_of: Web/API/WebRTC_API
translation_of_original: WebRTC
+original_slug: WebRTC
---
<p>Le RTC de WebRTC est synonyme de communications en temps réel, la technologie qui permet streaming audio / vidéo et le partage de données entre les clients de navigateur (pairs). Comme ensemble de normes, WebRTC permet à n'importe quel navigateur d'avoir la possibilité de partager les données d'application et d'effectuer des téléconférences entre pairs, sans la nécessité d'installer des plug-ins ou logiciels tiers.</p>
diff --git a/files/fr/conflicting/web/api/window/localstorage/index.html b/files/fr/conflicting/web/api/window/localstorage/index.html
index 9f6c400f86..f6b80c6de0 100644
--- a/files/fr/conflicting/web/api/window/localstorage/index.html
+++ b/files/fr/conflicting/web/api/window/localstorage/index.html
@@ -1,8 +1,9 @@
---
title: LocalStorage
-slug: Web/API/Storage/LocalStorage
+slug: conflicting/Web/API/Window/localStorage
translation_of: Web/API/Window/localStorage
translation_of_original: Web/API/Web_Storage_API/Local_storage
+original_slug: Web/API/Storage/LocalStorage
---
<p>{{APIRef()}}</p>
diff --git a/files/fr/conflicting/web/api/xsltprocessor/index.html b/files/fr/conflicting/web/api/xsltprocessor/index.html
index 0b42bdbde9..03a9d6203d 100644
--- a/files/fr/conflicting/web/api/xsltprocessor/index.html
+++ b/files/fr/conflicting/web/api/xsltprocessor/index.html
@@ -1,10 +1,11 @@
---
title: XSLT dans Gecko
-slug: XSLT_dans_Gecko
+slug: conflicting/Web/API/XSLTProcessor
tags:
- XSLT
translation_of: Web/API/XSLTProcessor
translation_of_original: XSLT_in_Gecko
+original_slug: XSLT_dans_Gecko
---
<p> </p>
diff --git a/files/fr/conflicting/web/api/xsltprocessor_197eea6e529b0a946d29ce7cc292e7ef/index.html b/files/fr/conflicting/web/api/xsltprocessor_197eea6e529b0a946d29ce7cc292e7ef/index.html
index 940157af5f..70124f4d01 100644
--- a/files/fr/conflicting/web/api/xsltprocessor_197eea6e529b0a946d29ce7cc292e7ef/index.html
+++ b/files/fr/conflicting/web/api/xsltprocessor_197eea6e529b0a946d29ce7cc292e7ef/index.html
@@ -1,8 +1,9 @@
---
title: XSLTProcessor
-slug: XSLTProcessor
+slug: conflicting/Web/API/XSLTProcessor_197eea6e529b0a946d29ce7cc292e7ef
translation_of: Web/API/XSLTProcessor
translation_of_original: XSLTProcessor
+original_slug: XSLTProcessor
---
<p>
</p><p>XSLTProcesor est un objet fournissant une interface avec le moteur XSLT de Mozilla. Il est utilisable par du code JavaScript sans privilèges.