css-variables.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. {
  2. "title":"CSS Variables (Custom Properties)",
  3. "description":"Permits the declaration and usage of cascading variables in stylesheets.",
  4. "spec":"https://www.w3.org/TR/css-variables/",
  5. "status":"cr",
  6. "links":[
  7. {
  8. "url":"https://hacks.mozilla.org/2013/12/css-variables-in-firefox-nightly/",
  9. "title":"Mozilla hacks article (older syntax)"
  10. },
  11. {
  12. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables",
  13. "title":"MDN Web Docs - Using CSS variables"
  14. },
  15. {
  16. "url":"https://blogs.windows.com/msedgedev/2017/03/24/css-custom-properties/",
  17. "title":"Edge Dev Blog post"
  18. }
  19. ],
  20. "bugs":[
  21. {
  22. "description":"In Edge 15 is not possible to use css variables in pseudo elements [see bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11495448/)"
  23. },
  24. {
  25. "description":"In Edge 15 animations with css variables may cause the webpage to crash [see bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11676012/)"
  26. },
  27. {
  28. "description":"In Edge 15, nested calculations with css variables are not computed and are ignored [see bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12143022/)"
  29. }
  30. ],
  31. "categories":[
  32. "CSS3"
  33. ],
  34. "stats":{
  35. "ie":{
  36. "5.5":"n",
  37. "6":"n",
  38. "7":"n",
  39. "8":"n",
  40. "9":"n",
  41. "10":"n",
  42. "11":"n"
  43. },
  44. "edge":{
  45. "12":"n",
  46. "13":"n",
  47. "14":"n",
  48. "15":"a #2",
  49. "16":"y",
  50. "17":"y",
  51. "18":"y"
  52. },
  53. "firefox":{
  54. "2":"n",
  55. "3":"n",
  56. "3.5":"n",
  57. "3.6":"n",
  58. "4":"n",
  59. "5":"n",
  60. "6":"n",
  61. "7":"n",
  62. "8":"n",
  63. "9":"n",
  64. "10":"n",
  65. "11":"n",
  66. "12":"n",
  67. "13":"n",
  68. "14":"n",
  69. "15":"n",
  70. "16":"n",
  71. "17":"n",
  72. "18":"n",
  73. "19":"n",
  74. "20":"n",
  75. "21":"n",
  76. "22":"n",
  77. "23":"n",
  78. "24":"n",
  79. "25":"n",
  80. "26":"n",
  81. "27":"n",
  82. "28":"n",
  83. "29":"n",
  84. "30":"n",
  85. "31":"y",
  86. "32":"y",
  87. "33":"y",
  88. "34":"y",
  89. "35":"y",
  90. "36":"y",
  91. "37":"y",
  92. "38":"y",
  93. "39":"y",
  94. "40":"y",
  95. "41":"y",
  96. "42":"y",
  97. "43":"y",
  98. "44":"y",
  99. "45":"y",
  100. "46":"y",
  101. "47":"y",
  102. "48":"y",
  103. "49":"y",
  104. "50":"y",
  105. "51":"y",
  106. "52":"y",
  107. "53":"y",
  108. "54":"y",
  109. "55":"y",
  110. "56":"y",
  111. "57":"y",
  112. "58":"y",
  113. "59":"y",
  114. "60":"y",
  115. "61":"y",
  116. "62":"y",
  117. "63":"y",
  118. "64":"y",
  119. "65":"y",
  120. "66":"y"
  121. },
  122. "chrome":{
  123. "4":"n",
  124. "5":"n",
  125. "6":"n",
  126. "7":"n",
  127. "8":"n",
  128. "9":"n",
  129. "10":"n",
  130. "11":"n",
  131. "12":"n",
  132. "13":"n",
  133. "14":"n",
  134. "15":"n",
  135. "16":"n",
  136. "17":"n",
  137. "18":"n",
  138. "19":"n",
  139. "20":"n",
  140. "21":"n",
  141. "22":"n",
  142. "23":"n",
  143. "24":"n",
  144. "25":"n",
  145. "26":"n",
  146. "27":"n",
  147. "28":"n",
  148. "29":"n",
  149. "30":"n",
  150. "31":"n",
  151. "32":"n",
  152. "33":"n",
  153. "34":"n",
  154. "35":"n",
  155. "36":"n",
  156. "37":"n",
  157. "38":"n",
  158. "39":"n",
  159. "40":"n",
  160. "41":"n",
  161. "42":"n",
  162. "43":"n",
  163. "44":"n",
  164. "45":"n",
  165. "46":"n",
  166. "47":"n",
  167. "48":"n d #1",
  168. "49":"y",
  169. "50":"y",
  170. "51":"y",
  171. "52":"y",
  172. "53":"y",
  173. "54":"y",
  174. "55":"y",
  175. "56":"y",
  176. "57":"y",
  177. "58":"y",
  178. "59":"y",
  179. "60":"y",
  180. "61":"y",
  181. "62":"y",
  182. "63":"y",
  183. "64":"y",
  184. "65":"y",
  185. "66":"y",
  186. "67":"y",
  187. "68":"y",
  188. "69":"y",
  189. "70":"y",
  190. "71":"y",
  191. "72":"y",
  192. "73":"y",
  193. "74":"y"
  194. },
  195. "safari":{
  196. "3.1":"n",
  197. "3.2":"n",
  198. "4":"n",
  199. "5":"n",
  200. "5.1":"n",
  201. "6":"n",
  202. "6.1":"n",
  203. "7":"n",
  204. "7.1":"n",
  205. "8":"n",
  206. "9":"n",
  207. "9.1":"y",
  208. "10":"y",
  209. "10.1":"y",
  210. "11":"y",
  211. "11.1":"y",
  212. "12":"y",
  213. "TP":"y"
  214. },
  215. "opera":{
  216. "9":"n",
  217. "9.5-9.6":"n",
  218. "10.0-10.1":"n",
  219. "10.5":"n",
  220. "10.6":"n",
  221. "11":"n",
  222. "11.1":"n",
  223. "11.5":"n",
  224. "11.6":"n",
  225. "12":"n",
  226. "12.1":"n",
  227. "15":"n",
  228. "16":"n",
  229. "17":"n",
  230. "18":"n",
  231. "19":"n",
  232. "20":"n",
  233. "21":"n",
  234. "22":"n",
  235. "23":"n",
  236. "24":"n",
  237. "25":"n",
  238. "26":"n",
  239. "27":"n",
  240. "28":"n",
  241. "29":"n",
  242. "30":"n",
  243. "31":"n",
  244. "32":"n",
  245. "33":"n",
  246. "34":"n",
  247. "35":"n d #1",
  248. "36":"y",
  249. "37":"y",
  250. "38":"y",
  251. "39":"y",
  252. "40":"y",
  253. "41":"y",
  254. "42":"y",
  255. "43":"y",
  256. "44":"y",
  257. "45":"y",
  258. "46":"y",
  259. "47":"y",
  260. "48":"y",
  261. "49":"y",
  262. "50":"y",
  263. "51":"y",
  264. "52":"y",
  265. "53":"y",
  266. "54":"y",
  267. "55":"y",
  268. "56":"y",
  269. "57":"y"
  270. },
  271. "ios_saf":{
  272. "3.2":"n",
  273. "4.0-4.1":"n",
  274. "4.2-4.3":"n",
  275. "5.0-5.1":"n",
  276. "6.0-6.1":"n",
  277. "7.0-7.1":"n",
  278. "8":"n",
  279. "8.1-8.4":"n",
  280. "9.0-9.2":"n",
  281. "9.3":"y",
  282. "10.0-10.2":"y",
  283. "10.3":"y",
  284. "11.0-11.2":"y",
  285. "11.3-11.4":"y",
  286. "12.0-12.1":"y"
  287. },
  288. "op_mini":{
  289. "all":"n"
  290. },
  291. "android":{
  292. "2.1":"n",
  293. "2.2":"n",
  294. "2.3":"n",
  295. "3":"n",
  296. "4":"n",
  297. "4.1":"n",
  298. "4.2-4.3":"n",
  299. "4.4":"n",
  300. "4.4.3-4.4.4":"n",
  301. "67":"y"
  302. },
  303. "bb":{
  304. "7":"n",
  305. "10":"n"
  306. },
  307. "op_mob":{
  308. "10":"n",
  309. "11":"n",
  310. "11.1":"n",
  311. "11.5":"n",
  312. "12":"n",
  313. "12.1":"n",
  314. "46":"y"
  315. },
  316. "and_chr":{
  317. "70":"y"
  318. },
  319. "and_ff":{
  320. "63":"y"
  321. },
  322. "ie_mob":{
  323. "10":"n",
  324. "11":"n"
  325. },
  326. "and_uc":{
  327. "11.8":"y"
  328. },
  329. "samsung":{
  330. "4":"n",
  331. "5":"y",
  332. "6.2":"y",
  333. "7.2":"y"
  334. },
  335. "and_qq":{
  336. "1.2":"n"
  337. },
  338. "baidu":{
  339. "7.12":"n"
  340. }
  341. },
  342. "notes":"",
  343. "notes_by_num":{
  344. "1":"Enabled through the \"Experimental Web Platform features\" flag in `chrome://flags`",
  345. "2":"Partial support is due to bugs present (see known issues)"
  346. },
  347. "usage_perc_y":87.55,
  348. "usage_perc_a":0.06,
  349. "ucprefix":false,
  350. "parent":"",
  351. "keywords":"css variables,custom properties,var()",
  352. "ie_id":"csscustompropertiesakacssvariables",
  353. "chrome_id":"6401356696911872",
  354. "firefox_id":"css-variables",
  355. "webkit_id":"specification-css-variables",
  356. "shown":true
  357. }