Skip to content

Commit f528665

Browse files
committed
[selectors] Remove paragraph from example talking incorrectly about asterisks.
1 parent 81a0948 commit f528665

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

selectors/Overview.bs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1978,10 +1978,6 @@ The Language Pseudo-class: '':lang()''</h3>
19781978
To perform wildcard matching on the first subtag (the primary language),
19791979
an asterisk must be used: ''*-CH'' will match all of ''de-CH'',
19801980
''it-CH'', ''fr-CH'', and ''rm-CH''.
1981-
1982-
Note that asterisks are not allowed anywhere else in '':lang()'''s
1983-
language range syntax: they only have meaning, and are therefore only allowed,
1984-
at the beginning.
19851981
</div>
19861982

19871983
Note: Wildcard language matching is new in Level 4.

selectors/Overview.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3425,12 +3425,6 @@ <h3 class="heading settled" data-level="7.2" id="the-lang-pseudo"><span class="s
34253425
an asterisk must be used: <span class="css">*-CH</span> will match all of <span class="css">de-CH</span>,
34263426
<span class="css">it-CH</span>, <span class="css">fr-CH</span>, and <span class="css">rm-CH</span>.</p>
34273427

3428-
3429-
3430-
<p>Note that asterisks are not allowed anywhere else in <a class="css" data-link-type="maybe" href="#lang-pseudo">:lang()</a>'s
3431-
language range syntax: they only have meaning, and are therefore only allowed,
3432-
at the beginning.</p>
3433-
34343428

34353429
</div>
34363430

0 commit comments

Comments
 (0)