Skip to content

Commit d3fbb3d

Browse files
committed
[selectors] Fix example
1 parent 5cdc5e3 commit d3fbb3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

selectors/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ Case-sensitivity</h3>
14641464
identifier <code>i</code> before the closing bracket (<code>]</code>).
14651465
When this flag is present, UAs must match the attribute's value
14661466
case-insensitively within the ASCII range.
1467-
Like the rest of Selectors syntax,
1467+
Like the rest of Selectors syntax,
14681468
the <code>i</code> identifier is <a href="#case-sensitive">case-insensitive</a>
14691469
within the ASCII range.
14701470

@@ -2258,7 +2258,7 @@ The Selected-option Pseudo-class: '':checked''</h4>
22582258
An unchecked checkbox can be selected by using the negation
22592259
pseudo-class:
22602260

2261-
<pre>:not(:checked)</pre>
2261+
<pre>input[type=checkbox]:not(:checked)</pre>
22622262
</div>
22632263

22642264
<h4 id="indeterminate">

0 commit comments

Comments
 (0)