We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebb0a1 commit 5af5799Copy full SHA for 5af5799
selectors-4/Overview.bs
@@ -2053,6 +2053,9 @@ The Language Pseudo-class: '':lang()''</h3>
2053
The <a>language range</a> does not need to be a valid language code to
2054
perform this comparison.
2055
2056
+ For this purpose, a wildcard [=language range=] (<code>"*"</code>)
2057
+ does not match elements whose language is not tagged (e.g. <code>lang=""</code>),
2058
+ but does match elements whose language is tagged as undetermined (<code>lang=und</code>).
2059
A [=language range=] consisting of an empty string
2060
('':lang("")'')
2061
matches (only) elements whose language is not tagged.
0 commit comments