説明なし

css-variables.json 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  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. },
  52. "firefox":{
  53. "2":"n",
  54. "3":"n",
  55. "3.5":"n",
  56. "3.6":"n",
  57. "4":"n",
  58. "5":"n",
  59. "6":"n",
  60. "7":"n",
  61. "8":"n",
  62. "9":"n",
  63. "10":"n",
  64. "11":"n",
  65. "12":"n",
  66. "13":"n",
  67. "14":"n",
  68. "15":"n",
  69. "16":"n",
  70. "17":"n",
  71. "18":"n",
  72. "19":"n",
  73. "20":"n",
  74. "21":"n",
  75. "22":"n",
  76. "23":"n",
  77. "24":"n",
  78. "25":"n",
  79. "26":"n",
  80. "27":"n",
  81. "28":"n",
  82. "29":"n",
  83. "30":"n",
  84. "31":"y",
  85. "32":"y",
  86. "33":"y",
  87. "34":"y",
  88. "35":"y",
  89. "36":"y",
  90. "37":"y",
  91. "38":"y",
  92. "39":"y",
  93. "40":"y",
  94. "41":"y",
  95. "42":"y",
  96. "43":"y",
  97. "44":"y",
  98. "45":"y",
  99. "46":"y",
  100. "47":"y",
  101. "48":"y",
  102. "49":"y",
  103. "50":"y",
  104. "51":"y",
  105. "52":"y",
  106. "53":"y",
  107. "54":"y",
  108. "55":"y",
  109. "56":"y",
  110. "57":"y",
  111. "58":"y",
  112. "59":"y",
  113. "60":"y",
  114. "61":"y"
  115. },
  116. "chrome":{
  117. "4":"n",
  118. "5":"n",
  119. "6":"n",
  120. "7":"n",
  121. "8":"n",
  122. "9":"n",
  123. "10":"n",
  124. "11":"n",
  125. "12":"n",
  126. "13":"n",
  127. "14":"n",
  128. "15":"n",
  129. "16":"n",
  130. "17":"n",
  131. "18":"n",
  132. "19":"n",
  133. "20":"n",
  134. "21":"n",
  135. "22":"n",
  136. "23":"n",
  137. "24":"n",
  138. "25":"n",
  139. "26":"n",
  140. "27":"n",
  141. "28":"n",
  142. "29":"n",
  143. "30":"n",
  144. "31":"n",
  145. "32":"n",
  146. "33":"n",
  147. "34":"n",
  148. "35":"n",
  149. "36":"n",
  150. "37":"n",
  151. "38":"n",
  152. "39":"n",
  153. "40":"n",
  154. "41":"n",
  155. "42":"n",
  156. "43":"n",
  157. "44":"n",
  158. "45":"n",
  159. "46":"n",
  160. "47":"n",
  161. "48":"n d #1",
  162. "49":"y",
  163. "50":"y",
  164. "51":"y",
  165. "52":"y",
  166. "53":"y",
  167. "54":"y",
  168. "55":"y",
  169. "56":"y",
  170. "57":"y",
  171. "58":"y",
  172. "59":"y",
  173. "60":"y",
  174. "61":"y",
  175. "62":"y",
  176. "63":"y",
  177. "64":"y",
  178. "65":"y",
  179. "66":"y",
  180. "67":"y"
  181. },
  182. "safari":{
  183. "3.1":"n",
  184. "3.2":"n",
  185. "4":"n",
  186. "5":"n",
  187. "5.1":"n",
  188. "6":"n",
  189. "6.1":"n",
  190. "7":"n",
  191. "7.1":"n",
  192. "8":"n",
  193. "9":"n",
  194. "9.1":"y",
  195. "10":"y",
  196. "10.1":"y",
  197. "11":"y",
  198. "11.1":"y",
  199. "TP":"y"
  200. },
  201. "opera":{
  202. "9":"n",
  203. "9.5-9.6":"n",
  204. "10.0-10.1":"n",
  205. "10.5":"n",
  206. "10.6":"n",
  207. "11":"n",
  208. "11.1":"n",
  209. "11.5":"n",
  210. "11.6":"n",
  211. "12":"n",
  212. "12.1":"n",
  213. "15":"n",
  214. "16":"n",
  215. "17":"n",
  216. "18":"n",
  217. "19":"n",
  218. "20":"n",
  219. "21":"n",
  220. "22":"n",
  221. "23":"n",
  222. "24":"n",
  223. "25":"n",
  224. "26":"n",
  225. "27":"n",
  226. "28":"n",
  227. "29":"n",
  228. "30":"n",
  229. "31":"n",
  230. "32":"n",
  231. "33":"n",
  232. "34":"n",
  233. "35":"n d #1",
  234. "36":"y",
  235. "37":"y",
  236. "38":"y",
  237. "39":"y",
  238. "40":"y",
  239. "41":"y",
  240. "42":"y",
  241. "43":"y",
  242. "44":"y",
  243. "45":"y",
  244. "46":"y",
  245. "47":"y",
  246. "48":"y",
  247. "49":"y",
  248. "50":"y",
  249. "51":"y",
  250. "52":"y"
  251. },
  252. "ios_saf":{
  253. "3.2":"n",
  254. "4.0-4.1":"n",
  255. "4.2-4.3":"n",
  256. "5.0-5.1":"n",
  257. "6.0-6.1":"n",
  258. "7.0-7.1":"n",
  259. "8":"n",
  260. "8.1-8.4":"n",
  261. "9.0-9.2":"n",
  262. "9.3":"y",
  263. "10.0-10.2":"y",
  264. "10.3":"y",
  265. "11.0-11.2":"y",
  266. "11.3":"y"
  267. },
  268. "op_mini":{
  269. "all":"n"
  270. },
  271. "android":{
  272. "2.1":"n",
  273. "2.2":"n",
  274. "2.3":"n",
  275. "3":"n",
  276. "4":"n",
  277. "4.1":"n",
  278. "4.2-4.3":"n",
  279. "4.4":"n",
  280. "4.4.3-4.4.4":"n",
  281. "62":"y"
  282. },
  283. "bb":{
  284. "7":"n",
  285. "10":"n"
  286. },
  287. "op_mob":{
  288. "10":"n",
  289. "11":"n",
  290. "11.1":"n",
  291. "11.5":"n",
  292. "12":"n",
  293. "12.1":"n",
  294. "37":"y"
  295. },
  296. "and_chr":{
  297. "64":"y"
  298. },
  299. "and_ff":{
  300. "57":"y"
  301. },
  302. "ie_mob":{
  303. "10":"n",
  304. "11":"n"
  305. },
  306. "and_uc":{
  307. "11.8":"y"
  308. },
  309. "samsung":{
  310. "4":"n",
  311. "5":"y",
  312. "6.2":"y"
  313. },
  314. "and_qq":{
  315. "1.2":"n"
  316. },
  317. "baidu":{
  318. "7.12":"n"
  319. }
  320. },
  321. "notes":"",
  322. "notes_by_num":{
  323. "1":"Enabled through the \"Experimental Web Platform features\" flag in `chrome://flags`",
  324. "2":"Partial support is due to bugs present (see known issues)"
  325. },
  326. "usage_perc_y":86.79,
  327. "usage_perc_a":0.4,
  328. "ucprefix":false,
  329. "parent":"",
  330. "keywords":"css variables,custom properties",
  331. "ie_id":"csscustompropertiesakacssvariables",
  332. "chrome_id":"6401356696911872",
  333. "firefox_id":"css-variables",
  334. "webkit_id":"specification-css-variables",
  335. "shown":true
  336. }