css-indeterminate-pseudo.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. {
  2. "title":":indeterminate CSS pseudo-class",
  3. "description":"The `:indeterminate` pseudo-class matches indeterminate checkboxes, indeterminate `<progress>` bars, and radio buttons with no checked button in their radio button group.",
  4. "spec":"https://drafts.csswg.org/selectors-4/#indeterminate",
  5. "status":"unoff",
  6. "links":[
  7. {
  8. "url":"https://html.spec.whatwg.org/multipage/scripting.html#selector-indeterminate",
  9. "title":"HTML specification for `:indeterminate`"
  10. },
  11. {
  12. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/:indeterminate",
  13. "title":"Mozilla Developer Network (MDN) documentation - CSS :indeterminate"
  14. },
  15. {
  16. "url":"https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7124038/",
  17. "title":"EdgeHTML issue 7124038 - `:indeterminate` pseudo-class doesn't match radio buttons"
  18. },
  19. {
  20. "url":"https://bugzilla.mozilla.org/show_bug.cgi?id=885359",
  21. "title":"Mozilla Bug 885359 - Radio groups without a selected radio button should have `:indeterminate` applying"
  22. },
  23. {
  24. "url":"https://bugs.webkit.org/show_bug.cgi?id=156270",
  25. "title":"WebKit Bug 156270 - `:indeterminate` pseudo-class should match radios whose group has no checked radio"
  26. },
  27. {
  28. "url":"http://jsbin.com/zumoqu/edit?html,css,js,output",
  29. "title":"JS Bin testcase"
  30. }
  31. ],
  32. "bugs":[
  33. ],
  34. "categories":[
  35. "CSS"
  36. ],
  37. "stats":{
  38. "ie":{
  39. "5.5":"n",
  40. "6":"n",
  41. "7":"n",
  42. "8":"n",
  43. "9":"a #1 #2",
  44. "10":"a #1",
  45. "11":"a #1"
  46. },
  47. "edge":{
  48. "12":"a #1",
  49. "13":"a #1",
  50. "14":"a #1",
  51. "15":"a #1"
  52. },
  53. "firefox":{
  54. "2":"u",
  55. "3":"u",
  56. "3.5":"u",
  57. "3.6":"u",
  58. "4":"a #1 #2",
  59. "5":"a #1 #2",
  60. "6":"a #1",
  61. "7":"a #1",
  62. "8":"a #1",
  63. "9":"a #1",
  64. "10":"a #1",
  65. "11":"a #1",
  66. "12":"a #1",
  67. "13":"a #1",
  68. "14":"a #1",
  69. "15":"a #1",
  70. "16":"a #1",
  71. "17":"a #1",
  72. "18":"a #1",
  73. "19":"a #1",
  74. "20":"a #1",
  75. "21":"a #1",
  76. "22":"a #1",
  77. "23":"a #1",
  78. "24":"a #1",
  79. "25":"a #1",
  80. "26":"a #1",
  81. "27":"a #1",
  82. "28":"a #1",
  83. "29":"a #1",
  84. "30":"a #1",
  85. "31":"a #1",
  86. "32":"a #1",
  87. "33":"a #1",
  88. "34":"a #1",
  89. "35":"a #1",
  90. "36":"a #1",
  91. "37":"a #1",
  92. "38":"a #1",
  93. "39":"a #1",
  94. "40":"a #1",
  95. "41":"a #1",
  96. "42":"a #1",
  97. "43":"a #1",
  98. "44":"a #1",
  99. "45":"a #1",
  100. "46":"a #1",
  101. "47":"a #1",
  102. "48":"a #1",
  103. "49":"a #1",
  104. "50":"a #1",
  105. "51":"y",
  106. "52":"y",
  107. "53":"y",
  108. "54":"y",
  109. "55":"y"
  110. },
  111. "chrome":{
  112. "4":"u",
  113. "5":"u",
  114. "6":"u",
  115. "7":"u",
  116. "8":"u",
  117. "9":"u",
  118. "10":"u",
  119. "11":"u",
  120. "12":"u",
  121. "13":"u",
  122. "14":"u",
  123. "15":"a #1",
  124. "16":"a #1",
  125. "17":"a #1",
  126. "18":"a #1",
  127. "19":"a #1",
  128. "20":"a #1",
  129. "21":"a #1",
  130. "22":"a #1",
  131. "23":"a #1",
  132. "24":"a #1",
  133. "25":"a #1",
  134. "26":"a #1",
  135. "27":"a #1",
  136. "28":"a #1",
  137. "29":"a #1",
  138. "30":"a #1",
  139. "31":"a #1",
  140. "32":"a #1",
  141. "33":"a #1",
  142. "34":"a #1",
  143. "35":"a #1",
  144. "36":"a #1",
  145. "37":"a #1",
  146. "38":"a #1",
  147. "39":"y",
  148. "40":"y",
  149. "41":"y",
  150. "42":"y",
  151. "43":"y",
  152. "44":"y",
  153. "45":"y",
  154. "46":"y",
  155. "47":"y",
  156. "48":"y",
  157. "49":"y",
  158. "50":"y",
  159. "51":"y",
  160. "52":"y",
  161. "53":"y",
  162. "54":"y",
  163. "55":"y",
  164. "56":"y",
  165. "57":"y",
  166. "58":"y",
  167. "59":"y",
  168. "60":"y"
  169. },
  170. "safari":{
  171. "3.1":"u",
  172. "3.2":"u",
  173. "4":"u",
  174. "5":"u",
  175. "5.1":"a #1 #2",
  176. "6":"u",
  177. "6.1":"a #1",
  178. "7":"a #1",
  179. "7.1":"a #1",
  180. "8":"a #1",
  181. "9":"a #1",
  182. "9.1":"a #1",
  183. "10":"a #1",
  184. "10.1":"y",
  185. "TP":"y"
  186. },
  187. "opera":{
  188. "9":"u",
  189. "9.5-9.6":"u",
  190. "10.0-10.1":"u",
  191. "10.5":"u",
  192. "10.6":"u",
  193. "11":"u",
  194. "11.1":"u",
  195. "11.5":"u",
  196. "11.6":"a #3",
  197. "12":"a #3",
  198. "12.1":"a #3",
  199. "15":"a #1",
  200. "16":"a #1",
  201. "17":"a #1",
  202. "18":"a #1",
  203. "19":"a #1",
  204. "20":"a #1",
  205. "21":"a #1",
  206. "22":"a #1",
  207. "23":"a #1",
  208. "24":"a #1",
  209. "25":"a #1",
  210. "26":"y",
  211. "27":"y",
  212. "28":"y",
  213. "29":"y",
  214. "30":"y",
  215. "31":"y",
  216. "32":"y",
  217. "33":"y",
  218. "34":"y",
  219. "35":"y",
  220. "36":"y",
  221. "37":"y",
  222. "38":"y",
  223. "39":"y",
  224. "40":"y",
  225. "41":"y",
  226. "42":"y",
  227. "43":"y",
  228. "44":"y",
  229. "45":"y",
  230. "46":"y"
  231. },
  232. "ios_saf":{
  233. "3.2":"u",
  234. "4.0-4.1":"u",
  235. "4.2-4.3":"u",
  236. "5.0-5.1":"u",
  237. "6.0-6.1":"u",
  238. "7.0-7.1":"a #1",
  239. "8":"a #1",
  240. "8.1-8.4":"a #1",
  241. "9.0-9.2":"a #1",
  242. "9.3":"a #1",
  243. "10.0-10.2":"a #1",
  244. "10.3":"y"
  245. },
  246. "op_mini":{
  247. "all":"a #3"
  248. },
  249. "android":{
  250. "2.1":"u",
  251. "2.2":"u",
  252. "2.3":"u",
  253. "3":"u",
  254. "4":"a #1 #2",
  255. "4.1":"a #1 #2",
  256. "4.2-4.3":"a #1 #2",
  257. "4.4":"a #1",
  258. "4.4.3-4.4.4":"u",
  259. "56":"y"
  260. },
  261. "bb":{
  262. "7":"u",
  263. "10":"a #1"
  264. },
  265. "op_mob":{
  266. "10":"u",
  267. "11":"u",
  268. "11.1":"u",
  269. "11.5":"u",
  270. "12":"u",
  271. "12.1":"a #3",
  272. "37":"y"
  273. },
  274. "and_chr":{
  275. "57":"y"
  276. },
  277. "and_ff":{
  278. "52":"a #1"
  279. },
  280. "ie_mob":{
  281. "10":"a #1",
  282. "11":"a #1"
  283. },
  284. "and_uc":{
  285. "11.4":"y"
  286. },
  287. "samsung":{
  288. "4":"y"
  289. },
  290. "and_qq":{
  291. "1.2":"y"
  292. }
  293. },
  294. "notes":"",
  295. "notes_by_num":{
  296. "1":"Doesn't match radio buttons whose radio button group lacks a checked radio button",
  297. "2":"Doesn't support the `<progress>` element",
  298. "3":"Doesn't match indeterminate `<progress>` bars"
  299. },
  300. "usage_perc_y":72.26,
  301. "usage_perc_a":24.86,
  302. "ucprefix":false,
  303. "parent":"",
  304. "keywords":":indeterminate,indeterminate",
  305. "ie_id":"",
  306. "chrome_id":"",
  307. "firefox_id":"",
  308. "webkit_id":"",
  309. "shown":true
  310. }