aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/html
diff options
context:
space:
mode:
authorpols12 <poltron54@gmail.com>2021-04-07 14:31:56 +0200
committerGitHub <noreply@github.com>2021-04-07 14:31:56 +0200
commit8918a03b982f98a22b52cd5498e244f6817ef626 (patch)
treeca85b2b67a4e208772eb98433fb2dc4b3cd9028e /files/fr/web/html
parentc0fa95b741704c567a0dfa29d99fd3ed1d97fb25 (diff)
downloadtranslated-content-8918a03b982f98a22b52cd5498e244f6817ef626.tar.gz
translated-content-8918a03b982f98a22b52cd5498e244f6817ef626.tar.bz2
translated-content-8918a03b982f98a22b52cd5498e244f6817ef626.zip
FIX: html/global_attributes/lang: fixes spec anchors (#429)
Anchors to `lang` attribute section in HTML 5 and HTML 5.1 specifications were broken: this fix removes colon between `xml` prefix and `lang`.
Diffstat (limited to 'files/fr/web/html')
-rw-r--r--files/fr/web/html/global_attributes/lang/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/html/global_attributes/lang/index.html b/files/fr/web/html/global_attributes/lang/index.html
index e8b29ea238..bb2e21ef84 100644
--- a/files/fr/web/html/global_attributes/lang/index.html
+++ b/files/fr/web/html/global_attributes/lang/index.html
@@ -55,12 +55,12 @@ original_slug: Web/HTML/Attributs_universels/lang
<td>Aucun changement depuis la dernière dérivation, {{SpecName('HTML5.1')}}</td>
</tr>
<tr>
- <td>{{SpecName('HTML5.1', "dom.html#the-lang-and-xml:lang-attributes", "lang")}}</td>
+ <td>{{SpecName('HTML5.1', "dom.html#the-lang-and-xmllang-attributes", "lang")}}</td>
<td>{{Spec2('HTML5.1')}}</td>
<td>Dérivée de {{SpecName('HTML WHATWG')}}, aucun changement de {{SpecName('HTML5 W3C')}}</td>
</tr>
<tr>
- <td>{{SpecName('HTML5 W3C', "dom.html#the-lang-and-xml:lang-attributes", "lang")}}</td>
+ <td>{{SpecName('HTML5 W3C', "dom.html#the-lang-and-xmllang-attributes", "lang")}}</td>
<td>{{Spec2('HTML5 W3C')}}</td>
<td>Dérivée de {{SpecName('HTML WHATWG')}}. Définition du comportement de l'attribut <strong>xml:lang</strong> et de l'algorithme à utiliser pour déterminer la langue utilisée. Cet attribut devient également un attribut global à part entière.</td>
</tr>