aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web')
-rw-r--r--files/fr/web/api/document/getselection/index.html (renamed from files/fr/web/api/documentorshadowroot/getselection/index.html)4
-rw-r--r--files/fr/web/api/element/getattributens/index.html2
-rw-r--r--files/fr/web/svg/element/clippath/index.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/files/fr/web/api/documentorshadowroot/getselection/index.html b/files/fr/web/api/document/getselection/index.html
index dfe7b3a102..676ba4d351 100644
--- a/files/fr/web/api/documentorshadowroot/getselection/index.html
+++ b/files/fr/web/api/document/getselection/index.html
@@ -1,6 +1,6 @@
---
title: document.getSelection
-slug: Web/API/DocumentOrShadowRoot/getSelection
+slug: Web/API/Document/getSelection
tags:
- API
- DOM
@@ -9,7 +9,7 @@ tags:
- Selection
translation_of: Web/API/DocumentOrShadowRoot/getSelection
translation_of_original: Web/API/Document/getSelection
-original_slug: Web/API/Document/getSelection
+original_slug: Web/API/DocumentOrShadowRoot/getSelection
---
<p>{{APIRef("DOM")}}</p>
diff --git a/files/fr/web/api/element/getattributens/index.html b/files/fr/web/api/element/getattributens/index.html
index 1a256de5fa..ecd4a98493 100644
--- a/files/fr/web/api/element/getattributens/index.html
+++ b/files/fr/web/api/element/getattributens/index.html
@@ -36,7 +36,7 @@ translation_of: Web/API/Element/getAttributeNS
<h2 id="Exemples">Exemples</h2>
-<p>Le document SVG suivantu utilise une valeur d'attribut <code>foo</code> d'un espace de nom spécifique :</p>
+<p>Le document SVG suivant utilise une valeur d'attribut <code>foo</code> d'un espace de nom spécifique :</p>
<pre class="brush: xml">&lt;svg xmlns="http://www.w3.org/2000/svg"
xmlns:test="http://www.example.com/2014/test" width="40" height="40"&gt;
diff --git a/files/fr/web/svg/element/clippath/index.html b/files/fr/web/svg/element/clippath/index.html
index 44ff32994f..276807168a 100644
--- a/files/fr/web/svg/element/clippath/index.html
+++ b/files/fr/web/svg/element/clippath/index.html
@@ -19,7 +19,7 @@ translation_of: Web/SVG/Element/clipPath
<pre class="brush: html">&lt;svg viewBox="0 0 100 100"&gt;
  &lt;clipPath id="myClip"&gt;
- &lt;!-- La forme crée par le détourage est un simple cercle. --&gt;
+ &lt;!-- La forme créée par le détourage est un simple cercle. --&gt;
    &lt;circle cx="40" cy="35" r="35" /&gt;
  &lt;/clipPath&gt;