diff options
Diffstat (limited to 'files/fr/web/api')
-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.html | 2 |
2 files changed, 3 insertions, 3 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"><svg xmlns="http://www.w3.org/2000/svg" xmlns:test="http://www.example.com/2014/test" width="40" height="40"> |