css-sel3.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. {
  2. "title":"CSS3 selectors",
  3. "description":"Advanced element selection using selectors including: `[foo^=\"bar\"]`, `[foo$=\"bar\"]`, `[foo*=\"bar\"]`, `:root`, `:nth-child()`, `:nth-last-child()`, `nth-of-type`, `nth-last-of-type()`, `:last-child`, `:first-of-type`, `:last-of-type`, `:only-child`, `:only-of-type`, `:empty`, `:target`, `:enabled`, `:disabled`, `:checked`, `:not()`, `~` (general sibling)",
  4. "spec":"http://www.w3.org/TR/css3-selectors/",
  5. "status":"rec",
  6. "links":[
  7. {
  8. "url":"http://www.quirksmode.org/css/selectors/",
  9. "title":"Detailed support information"
  10. },
  11. {
  12. "url":"http://www.css3.info/selectors-test/",
  13. "title":"Automated CSS3 selector test"
  14. },
  15. {
  16. "url":"http://selectivizr.com",
  17. "title":"Selectivizr: Polyfill for IE6-8"
  18. },
  19. {
  20. "url":"http://docs.webplatform.org/wiki/css/selectors",
  21. "title":"WebPlatform Docs"
  22. }
  23. ],
  24. "bugs":[
  25. {
  26. "description":"Android 4.3 and lower (together with older WebKit browsers) [have issues](http://css-tricks.com/webkit-sibling-bug/) when combining pseudo classes with adjacent or general sibling selectors."
  27. },
  28. {
  29. "description":"iOS 8 Safari has [issues with nth-child](http://stackoverflow.com/questions/26032513/ios8-safari-after-a-pushstate-the-nth-child-selectors-not-works).\r\n"
  30. },
  31. {
  32. "description":"IE9-IE11 supports `:empty` but will not repaint/relayout the page if content is added/removed from an `:empty` selected element"
  33. },
  34. {
  35. "description":"iOS 9 has a bug in WebViews (not Safari) with the [CSS sibling selector](https://forums.developer.apple.com/thread/16449)"
  36. }
  37. ],
  38. "categories":[
  39. "CSS3"
  40. ],
  41. "stats":{
  42. "ie":{
  43. "5.5":"n",
  44. "6":"p",
  45. "7":"a #1",
  46. "8":"a #1",
  47. "9":"y",
  48. "10":"y",
  49. "11":"y"
  50. },
  51. "edge":{
  52. "12":"y",
  53. "13":"y",
  54. "14":"y",
  55. "15":"y"
  56. },
  57. "firefox":{
  58. "2":"n",
  59. "3":"n",
  60. "3.5":"y",
  61. "3.6":"y",
  62. "4":"y",
  63. "5":"y",
  64. "6":"y",
  65. "7":"y",
  66. "8":"y",
  67. "9":"y",
  68. "10":"y",
  69. "11":"y",
  70. "12":"y",
  71. "13":"y",
  72. "14":"y",
  73. "15":"y",
  74. "16":"y",
  75. "17":"y",
  76. "18":"y",
  77. "19":"y",
  78. "20":"y",
  79. "21":"y",
  80. "22":"y",
  81. "23":"y",
  82. "24":"y",
  83. "25":"y",
  84. "26":"y",
  85. "27":"y",
  86. "28":"y",
  87. "29":"y",
  88. "30":"y",
  89. "31":"y",
  90. "32":"y",
  91. "33":"y",
  92. "34":"y",
  93. "35":"y",
  94. "36":"y",
  95. "37":"y",
  96. "38":"y",
  97. "39":"y",
  98. "40":"y",
  99. "41":"y",
  100. "42":"y",
  101. "43":"y",
  102. "44":"y",
  103. "45":"y",
  104. "46":"y",
  105. "47":"y",
  106. "48":"y",
  107. "49":"y",
  108. "50":"y",
  109. "51":"y",
  110. "52":"y",
  111. "53":"y"
  112. },
  113. "chrome":{
  114. "4":"y",
  115. "5":"y",
  116. "6":"y",
  117. "7":"y",
  118. "8":"y",
  119. "9":"y",
  120. "10":"y",
  121. "11":"y",
  122. "12":"y",
  123. "13":"y",
  124. "14":"y",
  125. "15":"y",
  126. "16":"y",
  127. "17":"y",
  128. "18":"y",
  129. "19":"y",
  130. "20":"y",
  131. "21":"y",
  132. "22":"y",
  133. "23":"y",
  134. "24":"y",
  135. "25":"y",
  136. "26":"y",
  137. "27":"y",
  138. "28":"y",
  139. "29":"y",
  140. "30":"y",
  141. "31":"y",
  142. "32":"y",
  143. "33":"y",
  144. "34":"y",
  145. "35":"y",
  146. "36":"y",
  147. "37":"y",
  148. "38":"y",
  149. "39":"y",
  150. "40":"y",
  151. "41":"y",
  152. "42":"y",
  153. "43":"y",
  154. "44":"y",
  155. "45":"y",
  156. "46":"y",
  157. "47":"y",
  158. "48":"y",
  159. "49":"y",
  160. "50":"y",
  161. "51":"y",
  162. "52":"y",
  163. "53":"y",
  164. "54":"y",
  165. "55":"y",
  166. "56":"y",
  167. "57":"y",
  168. "58":"y"
  169. },
  170. "safari":{
  171. "3.1":"n",
  172. "3.2":"y",
  173. "4":"y",
  174. "5":"y",
  175. "5.1":"y",
  176. "6":"y",
  177. "6.1":"y",
  178. "7":"y",
  179. "7.1":"y",
  180. "8":"y",
  181. "9":"y",
  182. "9.1":"y",
  183. "10":"y",
  184. "TP":"y"
  185. },
  186. "opera":{
  187. "9":"n",
  188. "9.5-9.6":"y",
  189. "10.0-10.1":"y",
  190. "10.5":"y",
  191. "10.6":"y",
  192. "11":"y",
  193. "11.1":"y",
  194. "11.5":"y",
  195. "11.6":"y",
  196. "12":"y",
  197. "12.1":"y",
  198. "15":"y",
  199. "16":"y",
  200. "17":"y",
  201. "18":"y",
  202. "19":"y",
  203. "20":"y",
  204. "21":"y",
  205. "22":"y",
  206. "23":"y",
  207. "24":"y",
  208. "25":"y",
  209. "26":"y",
  210. "27":"y",
  211. "28":"y",
  212. "29":"y",
  213. "30":"y",
  214. "31":"y",
  215. "32":"y",
  216. "33":"y",
  217. "34":"y",
  218. "35":"y",
  219. "36":"y",
  220. "37":"y",
  221. "38":"y",
  222. "39":"y",
  223. "40":"y",
  224. "41":"y",
  225. "42":"y",
  226. "43":"y",
  227. "44":"y"
  228. },
  229. "ios_saf":{
  230. "3.2":"y",
  231. "4.0-4.1":"y",
  232. "4.2-4.3":"y",
  233. "5.0-5.1":"y",
  234. "6.0-6.1":"y",
  235. "7.0-7.1":"y",
  236. "8":"y",
  237. "8.1-8.4":"y",
  238. "9.0-9.2":"y",
  239. "9.3":"y",
  240. "10.0-10.2":"y"
  241. },
  242. "op_mini":{
  243. "all":"y"
  244. },
  245. "android":{
  246. "2.1":"y",
  247. "2.2":"y",
  248. "2.3":"y",
  249. "3":"y",
  250. "4":"y",
  251. "4.1":"y",
  252. "4.2-4.3":"y",
  253. "4.4":"y",
  254. "4.4.3-4.4.4":"y",
  255. "53":"y"
  256. },
  257. "bb":{
  258. "7":"y",
  259. "10":"y"
  260. },
  261. "op_mob":{
  262. "10":"y",
  263. "11":"y",
  264. "11.1":"y",
  265. "11.5":"y",
  266. "12":"y",
  267. "12.1":"y",
  268. "37":"y"
  269. },
  270. "and_chr":{
  271. "55":"y"
  272. },
  273. "and_ff":{
  274. "50":"y"
  275. },
  276. "ie_mob":{
  277. "10":"y",
  278. "11":"y"
  279. },
  280. "and_uc":{
  281. "11":"y"
  282. },
  283. "samsung":{
  284. "4":"y"
  285. }
  286. },
  287. "notes":"",
  288. "notes_by_num":{
  289. "1":"IE7 and IE8 support only these CSS3 selectors: General siblings (`element1~element2`) and Attribute selectors `[attr^=val]`, `[attr$=val]`, and `[attr*=val]`"
  290. },
  291. "usage_perc_y":97.66,
  292. "usage_perc_a":0.44,
  293. "ucprefix":false,
  294. "parent":"",
  295. "keywords":"",
  296. "ie_id":"",
  297. "chrome_id":"",
  298. "firefox_id":"",
  299. "webkit_id":"",
  300. "shown":true
  301. }