Skip to content

Commit 656f665

Browse files
committed
[selectors-4] Respond to review feedback on BCP 47 language codes, #13647
1 parent e7ad0db commit 656f665

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

selectors-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@ Attribute presence and value selectors</h3>
20142014
or beginning with "val" immediately followed by "-" (U+002D).
20152015
This is primarily intended to allow language subcode matches
20162016
(e.g., the <code>hreflang</code> attribute on the <a element>a</a> element in HTML)
2017-
as described in BCP 47 ([[BCP47]]) or its successor.
2017+
as described in BCP 47 ([[BCP47]]).
20182018
For <code>lang</code> (or <code>xml:lang</code>) language subcode matching,
20192019
please see the '':lang()'' pseudo-class.
20202020
</dl>
@@ -2632,9 +2632,9 @@ The Language Pseudo-class: '':lang()''</h3>
26322632
matches (only) elements whose language is not tagged.
26332633

26342634
Note: It is recommended that documents and protocols
2635-
indicate language using codes from [[BCP47]] or its successor,
2635+
indicate language using language tags from [[BCP47]],
26362636
and in the case of XML-based formats, by means of <code>xml:lang</code> attributes. [[XML10]]
2637-
See <a href="http://www.w3.org/International/questions/qa-lang-2or3.html">“FAQ: Two-letter or three-letter language codes.”</a>
2637+
See <a href="https://www.w3.org/International/questions/qa-choosing-language-tags">“Choosing a Language Tag”</a>
26382638

26392639
<div class="example">
26402640
Examples:

0 commit comments

Comments
 (0)