css-variables.json 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  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. "url":"https://github.com/nuxodin/ie11CustomProperties",
  21. "title":"Polyfill for IE11"
  22. }
  23. ],
  24. "bugs":[
  25. {
  26. "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/)"
  27. },
  28. {
  29. "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/)"
  30. },
  31. {
  32. "description":"In Edge 15, nested calculations with css variables are not computed and are ignored [see bug](https://web.archive.org/web/20171216000230/https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12143022/)"
  33. },
  34. {
  35. "description":"In Safari 9.1 to 9.3, nested calculations using intermediate CSS Custom Properties don't work and are ignored [see bug](https://bugs.webkit.org/show_bug.cgi?id=161002)"
  36. }
  37. ],
  38. "categories":[
  39. "CSS3"
  40. ],
  41. "stats":{
  42. "ie":{
  43. "5.5":"n",
  44. "6":"n",
  45. "7":"n",
  46. "8":"n",
  47. "9":"n",
  48. "10":"n",
  49. "11":"n"
  50. },
  51. "edge":{
  52. "12":"n",
  53. "13":"n",
  54. "14":"n",
  55. "15":"a #2",
  56. "16":"y",
  57. "17":"y",
  58. "18":"y",
  59. "79":"y",
  60. "80":"y",
  61. "81":"y",
  62. "83":"y",
  63. "84":"y",
  64. "85":"y",
  65. "86":"y",
  66. "87":"y",
  67. "88":"y",
  68. "89":"y",
  69. "90":"y",
  70. "91":"y",
  71. "92":"y",
  72. "93":"y",
  73. "94":"y",
  74. "95":"y",
  75. "96":"y",
  76. "97":"y",
  77. "98":"y"
  78. },
  79. "firefox":{
  80. "2":"n",
  81. "3":"n",
  82. "3.5":"n",
  83. "3.6":"n",
  84. "4":"n",
  85. "5":"n",
  86. "6":"n",
  87. "7":"n",
  88. "8":"n",
  89. "9":"n",
  90. "10":"n",
  91. "11":"n",
  92. "12":"n",
  93. "13":"n",
  94. "14":"n",
  95. "15":"n",
  96. "16":"n",
  97. "17":"n",
  98. "18":"n",
  99. "19":"n",
  100. "20":"n",
  101. "21":"n",
  102. "22":"n",
  103. "23":"n",
  104. "24":"n",
  105. "25":"n",
  106. "26":"n",
  107. "27":"n",
  108. "28":"n",
  109. "29":"n",
  110. "30":"n",
  111. "31":"y",
  112. "32":"y",
  113. "33":"y",
  114. "34":"y",
  115. "35":"y",
  116. "36":"y",
  117. "37":"y",
  118. "38":"y",
  119. "39":"y",
  120. "40":"y",
  121. "41":"y",
  122. "42":"y",
  123. "43":"y",
  124. "44":"y",
  125. "45":"y",
  126. "46":"y",
  127. "47":"y",
  128. "48":"y",
  129. "49":"y",
  130. "50":"y",
  131. "51":"y",
  132. "52":"y",
  133. "53":"y",
  134. "54":"y",
  135. "55":"y",
  136. "56":"y",
  137. "57":"y",
  138. "58":"y",
  139. "59":"y",
  140. "60":"y",
  141. "61":"y",
  142. "62":"y",
  143. "63":"y",
  144. "64":"y",
  145. "65":"y",
  146. "66":"y",
  147. "67":"y",
  148. "68":"y",
  149. "69":"y",
  150. "70":"y",
  151. "71":"y",
  152. "72":"y",
  153. "73":"y",
  154. "74":"y",
  155. "75":"y",
  156. "76":"y",
  157. "77":"y",
  158. "78":"y",
  159. "79":"y",
  160. "80":"y",
  161. "81":"y",
  162. "82":"y",
  163. "83":"y",
  164. "84":"y",
  165. "85":"y",
  166. "86":"y",
  167. "87":"y",
  168. "88":"y",
  169. "89":"y",
  170. "90":"y",
  171. "91":"y",
  172. "92":"y",
  173. "93":"y",
  174. "94":"y",
  175. "95":"y",
  176. "96":"y",
  177. "97":"y",
  178. "98":"y",
  179. "99":"y"
  180. },
  181. "chrome":{
  182. "4":"n",
  183. "5":"n",
  184. "6":"n",
  185. "7":"n",
  186. "8":"n",
  187. "9":"n",
  188. "10":"n",
  189. "11":"n",
  190. "12":"n",
  191. "13":"n",
  192. "14":"n",
  193. "15":"n",
  194. "16":"n",
  195. "17":"n",
  196. "18":"n",
  197. "19":"n",
  198. "20":"n",
  199. "21":"n",
  200. "22":"n",
  201. "23":"n",
  202. "24":"n",
  203. "25":"n",
  204. "26":"n",
  205. "27":"n",
  206. "28":"n",
  207. "29":"n",
  208. "30":"n",
  209. "31":"n",
  210. "32":"n",
  211. "33":"n",
  212. "34":"n",
  213. "35":"n",
  214. "36":"n",
  215. "37":"n",
  216. "38":"n",
  217. "39":"n",
  218. "40":"n",
  219. "41":"n",
  220. "42":"n",
  221. "43":"n",
  222. "44":"n",
  223. "45":"n",
  224. "46":"n",
  225. "47":"n",
  226. "48":"n d #1",
  227. "49":"y",
  228. "50":"y",
  229. "51":"y",
  230. "52":"y",
  231. "53":"y",
  232. "54":"y",
  233. "55":"y",
  234. "56":"y",
  235. "57":"y",
  236. "58":"y",
  237. "59":"y",
  238. "60":"y",
  239. "61":"y",
  240. "62":"y",
  241. "63":"y",
  242. "64":"y",
  243. "65":"y",
  244. "66":"y",
  245. "67":"y",
  246. "68":"y",
  247. "69":"y",
  248. "70":"y",
  249. "71":"y",
  250. "72":"y",
  251. "73":"y",
  252. "74":"y",
  253. "75":"y",
  254. "76":"y",
  255. "77":"y",
  256. "78":"y",
  257. "79":"y",
  258. "80":"y",
  259. "81":"y",
  260. "83":"y",
  261. "84":"y",
  262. "85":"y",
  263. "86":"y",
  264. "87":"y",
  265. "88":"y",
  266. "89":"y",
  267. "90":"y",
  268. "91":"y",
  269. "92":"y",
  270. "93":"y",
  271. "94":"y",
  272. "95":"y",
  273. "96":"y",
  274. "97":"y",
  275. "98":"y",
  276. "99":"y",
  277. "100":"y",
  278. "101":"y"
  279. },
  280. "safari":{
  281. "3.1":"n",
  282. "3.2":"n",
  283. "4":"n",
  284. "5":"n",
  285. "5.1":"n",
  286. "6":"n",
  287. "6.1":"n",
  288. "7":"n",
  289. "7.1":"n",
  290. "8":"n",
  291. "9":"n",
  292. "9.1":"a #2",
  293. "10":"y",
  294. "10.1":"y",
  295. "11":"y",
  296. "11.1":"y",
  297. "12":"y",
  298. "12.1":"y",
  299. "13":"y",
  300. "13.1":"y",
  301. "14":"y",
  302. "14.1":"y",
  303. "15":"y",
  304. "15.1":"y",
  305. "15.2-15.3":"y",
  306. "15.4":"y",
  307. "TP":"y"
  308. },
  309. "opera":{
  310. "9":"n",
  311. "9.5-9.6":"n",
  312. "10.0-10.1":"n",
  313. "10.5":"n",
  314. "10.6":"n",
  315. "11":"n",
  316. "11.1":"n",
  317. "11.5":"n",
  318. "11.6":"n",
  319. "12":"n",
  320. "12.1":"n",
  321. "15":"n",
  322. "16":"n",
  323. "17":"n",
  324. "18":"n",
  325. "19":"n",
  326. "20":"n",
  327. "21":"n",
  328. "22":"n",
  329. "23":"n",
  330. "24":"n",
  331. "25":"n",
  332. "26":"n",
  333. "27":"n",
  334. "28":"n",
  335. "29":"n",
  336. "30":"n",
  337. "31":"n",
  338. "32":"n",
  339. "33":"n",
  340. "34":"n",
  341. "35":"n d #1",
  342. "36":"y",
  343. "37":"y",
  344. "38":"y",
  345. "39":"y",
  346. "40":"y",
  347. "41":"y",
  348. "42":"y",
  349. "43":"y",
  350. "44":"y",
  351. "45":"y",
  352. "46":"y",
  353. "47":"y",
  354. "48":"y",
  355. "49":"y",
  356. "50":"y",
  357. "51":"y",
  358. "52":"y",
  359. "53":"y",
  360. "54":"y",
  361. "55":"y",
  362. "56":"y",
  363. "57":"y",
  364. "58":"y",
  365. "60":"y",
  366. "62":"y",
  367. "63":"y",
  368. "64":"y",
  369. "65":"y",
  370. "66":"y",
  371. "67":"y",
  372. "68":"y",
  373. "69":"y",
  374. "70":"y",
  375. "71":"y",
  376. "72":"y",
  377. "73":"y",
  378. "74":"y",
  379. "75":"y",
  380. "76":"y",
  381. "77":"y",
  382. "78":"y",
  383. "79":"y",
  384. "80":"y",
  385. "81":"y",
  386. "82":"y",
  387. "83":"y"
  388. },
  389. "ios_saf":{
  390. "3.2":"n",
  391. "4.0-4.1":"n",
  392. "4.2-4.3":"n",
  393. "5.0-5.1":"n",
  394. "6.0-6.1":"n",
  395. "7.0-7.1":"n",
  396. "8":"n",
  397. "8.1-8.4":"n",
  398. "9.0-9.2":"n",
  399. "9.3":"a #2",
  400. "10.0-10.2":"y",
  401. "10.3":"y",
  402. "11.0-11.2":"y",
  403. "11.3-11.4":"y",
  404. "12.0-12.1":"y",
  405. "12.2-12.5":"y",
  406. "13.0-13.1":"y",
  407. "13.2":"y",
  408. "13.3":"y",
  409. "13.4-13.7":"y",
  410. "14.0-14.4":"y",
  411. "14.5-14.8":"y",
  412. "15.0-15.1":"y",
  413. "15.2-15.3":"y",
  414. "15.4":"y"
  415. },
  416. "op_mini":{
  417. "all":"n"
  418. },
  419. "android":{
  420. "2.1":"n",
  421. "2.2":"n",
  422. "2.3":"n",
  423. "3":"n",
  424. "4":"n",
  425. "4.1":"n",
  426. "4.2-4.3":"n",
  427. "4.4":"n",
  428. "4.4.3-4.4.4":"n",
  429. "98":"y"
  430. },
  431. "bb":{
  432. "7":"n",
  433. "10":"n"
  434. },
  435. "op_mob":{
  436. "10":"n",
  437. "11":"n",
  438. "11.1":"n",
  439. "11.5":"n",
  440. "12":"n",
  441. "12.1":"n",
  442. "64":"y"
  443. },
  444. "and_chr":{
  445. "98":"y"
  446. },
  447. "and_ff":{
  448. "96":"y"
  449. },
  450. "ie_mob":{
  451. "10":"n",
  452. "11":"n"
  453. },
  454. "and_uc":{
  455. "12.12":"y"
  456. },
  457. "samsung":{
  458. "4":"n",
  459. "5.0-5.4":"y",
  460. "6.2-6.4":"y",
  461. "7.2-7.4":"y",
  462. "8.2":"y",
  463. "9.2":"y",
  464. "10.1":"y",
  465. "11.1-11.2":"y",
  466. "12.0":"y",
  467. "13.0":"y",
  468. "14.0":"y",
  469. "15.0":"y",
  470. "16.0":"y"
  471. },
  472. "and_qq":{
  473. "10.4":"n"
  474. },
  475. "baidu":{
  476. "7.12":"n"
  477. },
  478. "kaios":{
  479. "2.5":"y"
  480. }
  481. },
  482. "notes":"",
  483. "notes_by_num":{
  484. "1":"Enabled through the \"Experimental Web Platform features\" flag in `chrome://flags`",
  485. "2":"Partial support is due to bugs present (see known issues)",
  486. "3":"Partial support is due to bugs present (see known issues)"
  487. },
  488. "usage_perc_y":96.05,
  489. "usage_perc_a":0.12,
  490. "ucprefix":false,
  491. "parent":"",
  492. "keywords":"css variables,cssvariables,vars,custom properties,var(),--var",
  493. "ie_id":"csscustompropertiesakacssvariables",
  494. "chrome_id":"6401356696911872",
  495. "firefox_id":"css-variables",
  496. "webkit_id":"specification-css-variables",
  497. "shown":true
  498. }