:indeterminate CSS pseudo-class
The :indeterminate
pseudo-class matches indeterminate checkboxes, indeterminate <progress>
bars, and radio buttons with no checked button in their radio button group.
IE | Edge | Firefox | Chrome | Safari | Opera | iOS Safari | Opera Mini | Android Browser | Blackberry Browser | Opera Mobile | Chrome for Android | Firefox for Android | IE Mobile | UC Browser for Android | Samsung Internet | QQ Browser | Baidu Browser |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
49 | |||||||||||||||||
56 | 9.3
See notes:
|
4.4
See notes:
|
|||||||||||||||
14
See notes:
|
52 | 57 | 10
See notes:
|
10.0-10.2
See notes:
|
4.4.3-4.4.4 | 4 | |||||||||||
11
See notes:
|
15
See notes:
|
53 | 58 | 10.1 | 44 | 10.3 | all
See notes:
|
56 | 10
See notes:
|
37 | 57 | 52
See notes:
|
11
See notes:
|
11.4 | 5 | 1.2 | 7.12 |
54 | 59 | TP | 45 | ||||||||||||||
55 | 60 | 46 | |||||||||||||||
56 | 61 |
Notes
-
1
Doesn't match radio buttons whose radio button group lacks a checked radio button
-
2
Doesn't support the
<progress>
element -
3
Doesn't match indeterminate
<progress>
bars
Links
HTML specification for `:indeterminate`
Mozilla Developer Network (MDN) documentation - CSS :indeterminate
EdgeHTML issue 7124038 - `:indeterminate` pseudo-class doesn't match radio buttons
Mozilla Bug 885359 - Radio groups without a selected radio button should have `:indeterminate` applying
WebKit Bug 156270 - `:indeterminate` pseudo-class should match radios whose group has no checked radio
JS Bin testcase