aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/html/global_attributes/lang/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/html/global_attributes/lang/index.html')
-rw-r--r--files/fr/web/html/global_attributes/lang/index.html2
1 files changed, 0 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 e11a25d00d..8bb1022cd3 100644
--- a/files/fr/web/html/global_attributes/lang/index.html
+++ b/files/fr/web/html/global_attributes/lang/index.html
@@ -15,8 +15,6 @@ original_slug: Web/HTML/Attributs_universels/lang
<div>{{EmbedInteractiveExample("pages/tabbed/attribute-lang.html","tabbed-shorter")}}</div>
-<p class="hidden">Le code source de cet exemple interactif est disponible dans un dépôt GitHub. Si vous souhaitez contribuez à ces exemples, n'hésitez pas à cloner <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> et à envoyer une <em>pull request</em> !</p>
-
<p>Même lorsque l'attribut <code><strong>lang</strong></code> est défini, il peut ne pas être pris en compte. En effet, l'attribut {{htmlattrxref("xml:lang")}} aura la priorité sur celui-ci.</p>
<p>Pour la pseudo-classe CSS {{cssxref(":lang")}}, deux noms de langues invalides sont considérés différents si les noms utilisés sont différents. Par exemple, alors que <code>:lang(fr)</code> permet l'appariement avec les déclarations (valides) <code>lang="fr-BE"</code> ou <code>lang="fr-CH"</code>, un encodage (invalide) comme <code>:lang(xyzzy)</code> ne permet pas l'appariement avec une déclaration (invalide) comme <code>lang="xyzzy-Zorp!"</code>.</p>