css-sel2.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. {
  2. "title":"CSS 2.1 selectors",
  3. "description":"Basic CSS selectors including: `*` (universal selector), `>` (child selector), `:first-child`, `:link`, `:visited`, `:active`, `:hover`, `:focus`, `:lang()`, `+` (adjacent sibling selector), `[attr]`, `[attr=\"val\"]`, `[attr~=\"val\"]`, `[attr|=\"bar\"]`, `.foo` (class selector), `#foo` (id selector)",
  4. "spec":"http://www.w3.org/TR/CSS21/selector.html",
  5. "status":"rec",
  6. "links":[
  7. {
  8. "url":"http://www.quirksmode.org/css/contents.html",
  9. "title":"Detailed support information"
  10. },
  11. {
  12. "url":"http://www.yourhtmlsource.com/stylesheets/advancedselectors.html",
  13. "title":"Examples of advanced selectors"
  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":"IE7 doesn't support all pseudo classes (like :focus) or pseudo elements (like :before and :after)"
  27. },
  28. {
  29. "description":":first-child fails in IE7 if the [first child is a comment](http://robertnyman.com/2009/02/04/how-to-solve-first-child-css-bug-in-ie-7/)."
  30. },
  31. {
  32. "description":"Safari 5.1 and Android browsers do not support the adjacent selector if the adjacent element is a \"nav\" element."
  33. },
  34. {
  35. "description":"IE8-11 [does not update an element's :hover status when scrolling without moving the pointer](https://connect.microsoft.com/IE/feedback/details/926665/ie-11-hovering-over-an-element-and-then-scrolling-without-moving-the-mouse-pointer-leaves-the-element-in-hover-state)."
  36. },
  37. {
  38. "description":"IE6 does not properly support combinations of pseudo classes like `:link`, `:active` and `:visited`"
  39. },
  40. {
  41. "description":"In IE10 adjacent sibling selector doesn't work with pseudo-class in case of `E:active F`."
  42. }
  43. ],
  44. "categories":[
  45. "CSS2"
  46. ],
  47. "stats":{
  48. "ie":{
  49. "5.5":"n",
  50. "6":"p",
  51. "7":"y",
  52. "8":"y",
  53. "9":"y",
  54. "10":"y",
  55. "11":"y"
  56. },
  57. "edge":{
  58. "12":"y",
  59. "13":"y",
  60. "14":"y"
  61. },
  62. "firefox":{
  63. "2":"y",
  64. "3":"y",
  65. "3.5":"y",
  66. "3.6":"y",
  67. "4":"y",
  68. "5":"y",
  69. "6":"y",
  70. "7":"y",
  71. "8":"y",
  72. "9":"y",
  73. "10":"y",
  74. "11":"y",
  75. "12":"y",
  76. "13":"y",
  77. "14":"y",
  78. "15":"y",
  79. "16":"y",
  80. "17":"y",
  81. "18":"y",
  82. "19":"y",
  83. "20":"y",
  84. "21":"y",
  85. "22":"y",
  86. "23":"y",
  87. "24":"y",
  88. "25":"y",
  89. "26":"y",
  90. "27":"y",
  91. "28":"y",
  92. "29":"y",
  93. "30":"y",
  94. "31":"y",
  95. "32":"y",
  96. "33":"y",
  97. "34":"y",
  98. "35":"y",
  99. "36":"y",
  100. "37":"y",
  101. "38":"y",
  102. "39":"y",
  103. "40":"y",
  104. "41":"y",
  105. "42":"y",
  106. "43":"y",
  107. "44":"y",
  108. "45":"y",
  109. "46":"y",
  110. "47":"y",
  111. "48":"y",
  112. "49":"y",
  113. "50":"y",
  114. "51":"y",
  115. "52":"y",
  116. "53":"y"
  117. },
  118. "chrome":{
  119. "4":"y",
  120. "5":"y",
  121. "6":"y",
  122. "7":"y",
  123. "8":"y",
  124. "9":"y",
  125. "10":"y",
  126. "11":"y",
  127. "12":"y",
  128. "13":"y",
  129. "14":"y",
  130. "15":"y",
  131. "16":"y",
  132. "17":"y",
  133. "18":"y",
  134. "19":"y",
  135. "20":"y",
  136. "21":"y",
  137. "22":"y",
  138. "23":"y",
  139. "24":"y",
  140. "25":"y",
  141. "26":"y",
  142. "27":"y",
  143. "28":"y",
  144. "29":"y",
  145. "30":"y",
  146. "31":"y",
  147. "32":"y",
  148. "33":"y",
  149. "34":"y",
  150. "35":"y",
  151. "36":"y",
  152. "37":"y",
  153. "38":"y",
  154. "39":"y",
  155. "40":"y",
  156. "41":"y",
  157. "42":"y",
  158. "43":"y",
  159. "44":"y",
  160. "45":"y",
  161. "46":"y",
  162. "47":"y",
  163. "48":"y",
  164. "49":"y",
  165. "50":"y",
  166. "51":"y",
  167. "52":"y",
  168. "53":"y",
  169. "54":"y",
  170. "55":"y",
  171. "56":"y",
  172. "57":"y"
  173. },
  174. "safari":{
  175. "3.1":"y",
  176. "3.2":"y",
  177. "4":"y",
  178. "5":"y",
  179. "5.1":"y",
  180. "6":"y",
  181. "6.1":"y",
  182. "7":"y",
  183. "7.1":"y",
  184. "8":"y",
  185. "9":"y",
  186. "9.1":"y",
  187. "10":"y",
  188. "TP":"y"
  189. },
  190. "opera":{
  191. "9":"y",
  192. "9.5-9.6":"y",
  193. "10.0-10.1":"y",
  194. "10.5":"y",
  195. "10.6":"y",
  196. "11":"y",
  197. "11.1":"y",
  198. "11.5":"y",
  199. "11.6":"y",
  200. "12":"y",
  201. "12.1":"y",
  202. "15":"y",
  203. "16":"y",
  204. "17":"y",
  205. "18":"y",
  206. "19":"y",
  207. "20":"y",
  208. "21":"y",
  209. "22":"y",
  210. "23":"y",
  211. "24":"y",
  212. "25":"y",
  213. "26":"y",
  214. "27":"y",
  215. "28":"y",
  216. "29":"y",
  217. "30":"y",
  218. "31":"y",
  219. "32":"y",
  220. "33":"y",
  221. "34":"y",
  222. "35":"y",
  223. "36":"y",
  224. "37":"y",
  225. "38":"y",
  226. "39":"y",
  227. "40":"y",
  228. "41":"y",
  229. "42":"y",
  230. "43":"y"
  231. },
  232. "ios_saf":{
  233. "3.2":"y",
  234. "4.0-4.1":"y",
  235. "4.2-4.3":"y",
  236. "5.0-5.1":"y",
  237. "6.0-6.1":"y",
  238. "7.0-7.1":"y",
  239. "8":"y",
  240. "8.1-8.4":"y",
  241. "9.0-9.2":"y",
  242. "9.3":"y",
  243. "10-10.1":"y"
  244. },
  245. "op_mini":{
  246. "all":"y"
  247. },
  248. "android":{
  249. "2.1":"y",
  250. "2.2":"y",
  251. "2.3":"y",
  252. "3":"y",
  253. "4":"y",
  254. "4.1":"y",
  255. "4.2-4.3":"y",
  256. "4.4":"y",
  257. "4.4.3-4.4.4":"y",
  258. "53":"y"
  259. },
  260. "bb":{
  261. "7":"y",
  262. "10":"y"
  263. },
  264. "op_mob":{
  265. "10":"y",
  266. "11":"y",
  267. "11.1":"y",
  268. "11.5":"y",
  269. "12":"y",
  270. "12.1":"y",
  271. "37":"y"
  272. },
  273. "and_chr":{
  274. "54":"y"
  275. },
  276. "and_ff":{
  277. "50":"y"
  278. },
  279. "ie_mob":{
  280. "10":"y",
  281. "11":"y"
  282. },
  283. "and_uc":{
  284. "11":"y"
  285. },
  286. "samsung":{
  287. "4":"y"
  288. }
  289. },
  290. "notes":"Support for `:visited` styling [varies across browsers](http://sixrevisions.com/css/visited-pseudo-class-strange/) due to security concerns.",
  291. "notes_by_num":{
  292. },
  293. "usage_perc_y":98.1,
  294. "usage_perc_a":0,
  295. "ucprefix":false,
  296. "parent":"",
  297. "keywords":"attribute selector",
  298. "ie_id":"",
  299. "chrome_id":"",
  300. "firefox_id":"",
  301. "webkit_id":"",
  302. "shown":true
  303. }