@@ -1484,24 +1484,25 @@ <h3 id=checked>
14841484 elements in which case the < code > :checked</ code > pseudo-class would no
14851485 longer apply.
14861486
1487+ < div class ="example ">
1488+ < p > An unchecked checkbox can be selected by using the < code > :not()</ code >
1489+ pseudo-class:
1490+ < pre > :not(:checked)< pre >
1491+ </ div >
1492+
14871493< h3 id =indeterminate >
14881494The :indeterminate pseudo-class</ h3 >
14891495
1490- < p > Radio and checkbox elements can be toggled by the user, but are
1491- sometimes in an indeterminate state, neither checked nor unchecked.
1492- This can be due to an element attribute, or DOM manipulation.</ p >
1493-
1494- < p > A future version of this specification may introduce an
1495- < code > :indeterminate</ code > pseudo-class that applies to such elements.
1496- While the < code > :indeterminate</ code > pseudo-class is dynamic in
1497- nature, and is altered by user action, since it can also be based on
1498- the presence of an element attribute, it applies to all media.</ p >
1496+ < p > Radio and checkbox elements can be toggled between checked and
1497+ unchecked states, but are sometimes in an indeterminate state,
1498+ neither checked nor unchecked.
1499+ The < code > :indeterminate</ code > pseudo-class applies to such elements.
1500+ Like the < code > :checked< code > pseudo-class, it applies to all media.</ p >
14991501
15001502 < p > Components of a radio-group initialized with no pre-selected choice
15011503 are an example of :indeterminate state.</ p >
15021504 </ div >
15031505
1504-
15051506< h2 id =structural-pseudos >
15061507Structural pseudo-classes</ h2 >
15071508
0 commit comments