css-featurequeries.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. {
  2. "title":"CSS Feature Queries",
  3. "description":"CSS Feature Queries allow authors to condition rules based on whether particular property declarations are supported in CSS using the @supports at rule.",
  4. "spec":"http://www.w3.org/TR/css3-conditional/#at-supports",
  5. "status":"cr",
  6. "links":[
  7. {
  8. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/@supports",
  9. "title":"MDN Article"
  10. },
  11. {
  12. "url":"http://mcc.id.au/blog/2012/08/supports",
  13. "title":"@supports in Firefox"
  14. },
  15. {
  16. "url":"http://dabblet.com/gist/3895764",
  17. "title":"Test case"
  18. },
  19. {
  20. "url":"http://docs.webplatform.org/wiki/css/atrules/@supports",
  21. "title":"WebPlatform Docs"
  22. }
  23. ],
  24. "bugs":[
  25. {
  26. "description":"Using @supports on Chrome 28-29 and Opera 15-16 breaks following :not selectors. [crbug.com/257695](http://crbug.com/257695)"
  27. },
  28. {
  29. "description":"Safari claims to support certain font-feature-settings it actually does not. [This JS module](https://github.com/kennethormandy/font-feature-fibbing) helps to provide accurate support for this."
  30. }
  31. ],
  32. "categories":[
  33. "CSS3"
  34. ],
  35. "stats":{
  36. "ie":{
  37. "5.5":"n",
  38. "6":"n",
  39. "7":"n",
  40. "8":"n",
  41. "9":"n",
  42. "10":"n",
  43. "11":"n"
  44. },
  45. "edge":{
  46. "12":"y",
  47. "13":"y",
  48. "14":"y"
  49. },
  50. "firefox":{
  51. "2":"n",
  52. "3":"n",
  53. "3.5":"n",
  54. "3.6":"n",
  55. "4":"n",
  56. "5":"n",
  57. "6":"n",
  58. "7":"n",
  59. "8":"n",
  60. "9":"n",
  61. "10":"n",
  62. "11":"n",
  63. "12":"n",
  64. "13":"n",
  65. "14":"n",
  66. "15":"n",
  67. "16":"n",
  68. "17":"n",
  69. "18":"n",
  70. "19":"n",
  71. "20":"n",
  72. "21":"n",
  73. "22":"y",
  74. "23":"y",
  75. "24":"y",
  76. "25":"y",
  77. "26":"y",
  78. "27":"y",
  79. "28":"y",
  80. "29":"y",
  81. "30":"y",
  82. "31":"y",
  83. "32":"y",
  84. "33":"y",
  85. "34":"y",
  86. "35":"y",
  87. "36":"y",
  88. "37":"y",
  89. "38":"y",
  90. "39":"y",
  91. "40":"y",
  92. "41":"y",
  93. "42":"y",
  94. "43":"y",
  95. "44":"y",
  96. "45":"y",
  97. "46":"y",
  98. "47":"y",
  99. "48":"y",
  100. "49":"y",
  101. "50":"y",
  102. "51":"y",
  103. "52":"y",
  104. "53":"y"
  105. },
  106. "chrome":{
  107. "4":"n",
  108. "5":"n",
  109. "6":"n",
  110. "7":"n",
  111. "8":"n",
  112. "9":"n",
  113. "10":"n",
  114. "11":"n",
  115. "12":"n",
  116. "13":"n",
  117. "14":"n",
  118. "15":"n",
  119. "16":"n",
  120. "17":"n",
  121. "18":"n",
  122. "19":"n",
  123. "20":"n",
  124. "21":"n",
  125. "22":"n",
  126. "23":"n",
  127. "24":"n",
  128. "25":"n",
  129. "26":"n",
  130. "27":"n",
  131. "28":"y",
  132. "29":"y",
  133. "30":"y",
  134. "31":"y",
  135. "32":"y",
  136. "33":"y",
  137. "34":"y",
  138. "35":"y",
  139. "36":"y",
  140. "37":"y",
  141. "38":"y",
  142. "39":"y",
  143. "40":"y",
  144. "41":"y",
  145. "42":"y",
  146. "43":"y",
  147. "44":"y",
  148. "45":"y",
  149. "46":"y",
  150. "47":"y",
  151. "48":"y",
  152. "49":"y",
  153. "50":"y",
  154. "51":"y",
  155. "52":"y",
  156. "53":"y",
  157. "54":"y",
  158. "55":"y",
  159. "56":"y",
  160. "57":"y"
  161. },
  162. "safari":{
  163. "3.1":"n",
  164. "3.2":"n",
  165. "4":"n",
  166. "5":"n",
  167. "5.1":"n",
  168. "6":"n",
  169. "6.1":"n",
  170. "7":"n",
  171. "7.1":"n",
  172. "8":"n",
  173. "9":"y",
  174. "9.1":"y",
  175. "10":"y",
  176. "TP":"y"
  177. },
  178. "opera":{
  179. "9":"n",
  180. "9.5-9.6":"n",
  181. "10.0-10.1":"n",
  182. "10.5":"n",
  183. "10.6":"n",
  184. "11":"n",
  185. "11.1":"n",
  186. "11.5":"n",
  187. "11.6":"n",
  188. "12":"n",
  189. "12.1":"y",
  190. "15":"y",
  191. "16":"y",
  192. "17":"y",
  193. "18":"y",
  194. "19":"y",
  195. "20":"y",
  196. "21":"y",
  197. "22":"y",
  198. "23":"y",
  199. "24":"y",
  200. "25":"y",
  201. "26":"y",
  202. "27":"y",
  203. "28":"y",
  204. "29":"y",
  205. "30":"y",
  206. "31":"y",
  207. "32":"y",
  208. "33":"y",
  209. "34":"y",
  210. "35":"y",
  211. "36":"y",
  212. "37":"y",
  213. "38":"y",
  214. "39":"y",
  215. "40":"y",
  216. "41":"y",
  217. "42":"y",
  218. "43":"y"
  219. },
  220. "ios_saf":{
  221. "3.2":"n",
  222. "4.0-4.1":"n",
  223. "4.2-4.3":"n",
  224. "5.0-5.1":"n",
  225. "6.0-6.1":"n",
  226. "7.0-7.1":"n",
  227. "8":"n",
  228. "8.1-8.4":"n",
  229. "9.0-9.2":"y",
  230. "9.3":"y",
  231. "10-10.1":"y"
  232. },
  233. "op_mini":{
  234. "all":"y"
  235. },
  236. "android":{
  237. "2.1":"n",
  238. "2.2":"n",
  239. "2.3":"n",
  240. "3":"n",
  241. "4":"n",
  242. "4.1":"n",
  243. "4.2-4.3":"n",
  244. "4.4":"y",
  245. "4.4.3-4.4.4":"y",
  246. "53":"y"
  247. },
  248. "bb":{
  249. "7":"n",
  250. "10":"n"
  251. },
  252. "op_mob":{
  253. "10":"n",
  254. "11":"n",
  255. "11.1":"n",
  256. "11.5":"n",
  257. "12":"n",
  258. "12.1":"n",
  259. "37":"y"
  260. },
  261. "and_chr":{
  262. "54":"y"
  263. },
  264. "and_ff":{
  265. "50":"y"
  266. },
  267. "ie_mob":{
  268. "10":"n",
  269. "11":"n"
  270. },
  271. "and_uc":{
  272. "11":"n"
  273. },
  274. "samsung":{
  275. "4":"y"
  276. }
  277. },
  278. "notes":"See also the [CSS.supports() DOM API](#feat=css-supports-api)",
  279. "notes_by_num":{
  280. },
  281. "usage_perc_y":81.76,
  282. "usage_perc_a":0,
  283. "ucprefix":false,
  284. "parent":"",
  285. "keywords":"supports,conditional",
  286. "ie_id":"conditionalrules",
  287. "chrome_id":"4993981813358592",
  288. "firefox_id":"",
  289. "webkit_id":"",
  290. "shown":true
  291. }