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