File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1464,7 +1464,7 @@ Case-sensitivity</h3>
1464
1464
identifier <code> i</code> before the closing bracket (<code> ]</code> ).
1465
1465
When this flag is present, UAs must match the attribute's value
1466
1466
case-insensitively within the ASCII range.
1467
- Like the rest of Selectors syntax,
1467
+ Like the rest of Selectors syntax,
1468
1468
the <code> i</code> identifier is <a href="#case-sensitive">case-insensitive</a>
1469
1469
within the ASCII range.
1470
1470
@@ -2258,7 +2258,7 @@ The Selected-option Pseudo-class: '':checked''</h4>
2258
2258
An unchecked checkbox can be selected by using the negation
2259
2259
pseudo-class:
2260
2260
2261
- <pre> :not(:checked)</pre>
2261
+ <pre> input [type=checkbox] :not(:checked)</pre>
2262
2262
</div>
2263
2263
2264
2264
<h4 id="indeterminate">
You can’t perform that action at this time.
0 commit comments