From 8918a03b982f98a22b52cd5498e244f6817ef626 Mon Sep 17 00:00:00 2001 From: pols12 Date: Wed, 7 Apr 2021 14:31:56 +0200 Subject: 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`. --- files/fr/web/html/global_attributes/lang/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/fr/web') 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 Aucun changement depuis la dernière dérivation, {{SpecName('HTML5.1')}} - {{SpecName('HTML5.1', "dom.html#the-lang-and-xml:lang-attributes", "lang")}} + {{SpecName('HTML5.1', "dom.html#the-lang-and-xmllang-attributes", "lang")}} {{Spec2('HTML5.1')}} Dérivée de {{SpecName('HTML WHATWG')}}, aucun changement de {{SpecName('HTML5 W3C')}} - {{SpecName('HTML5 W3C', "dom.html#the-lang-and-xml:lang-attributes", "lang")}} + {{SpecName('HTML5 W3C', "dom.html#the-lang-and-xmllang-attributes", "lang")}} {{Spec2('HTML5 W3C')}} Dérivée de {{SpecName('HTML WHATWG')}}. Définition du comportement de l'attribut xml:lang et de l'algorithme à utiliser pour déterminer la langue utilisée. Cet attribut devient également un attribut global à part entière. -- cgit v1.2.3-54-g00ecf