css-zoom.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. {
  2. "title":"CSS zoom",
  3. "description":"Non-standard method of scaling content.",
  4. "spec":"https://msdn.microsoft.com/en-us/library/ms531189(v=vs.85).aspx",
  5. "status":"unoff",
  6. "links":[
  7. {
  8. "url":"https://css-tricks.com/almanac/properties/z/zoom/",
  9. "title":"CSS Tricks"
  10. },
  11. {
  12. "url":"https://docs.webplatform.org/wiki/css/properties/zoom",
  13. "title":"WebPlatform Docs"
  14. },
  15. {
  16. "url":"https://msdn.microsoft.com/en-us/library/ms531189(v=vs.85).aspx",
  17. "title":"MSDN Library"
  18. },
  19. {
  20. "url":"https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW1",
  21. "title":"Safari Developer Library"
  22. },
  23. {
  24. "url":"http://www.satzansatz.de/cssd/onhavinglayout.html",
  25. "title":"Article explaining usage of zoom as the hack for fixing rendering bugs in IE6 and IE7."
  26. },
  27. {
  28. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/zoom",
  29. "title":"MDN Web Docs - CSS zoom"
  30. }
  31. ],
  32. "bugs":[
  33. {
  34. "description":"When both `zoom` and `transform: scale()` are applied, Chrome will perform zooming operation twice."
  35. }
  36. ],
  37. "categories":[
  38. "CSS"
  39. ],
  40. "stats":{
  41. "ie":{
  42. "5.5":"y",
  43. "6":"y",
  44. "7":"y",
  45. "8":"y #1",
  46. "9":"y #1",
  47. "10":"y #1",
  48. "11":"y #1"
  49. },
  50. "edge":{
  51. "12":"y",
  52. "13":"y",
  53. "14":"y",
  54. "15":"y",
  55. "16":"y",
  56. "17":"y",
  57. "18":"y"
  58. },
  59. "firefox":{
  60. "2":"n",
  61. "3":"n",
  62. "3.5":"n",
  63. "3.6":"n",
  64. "4":"n",
  65. "5":"n",
  66. "6":"n",
  67. "7":"n",
  68. "8":"n",
  69. "9":"n",
  70. "10":"n",
  71. "11":"n",
  72. "12":"n",
  73. "13":"n",
  74. "14":"n",
  75. "15":"n",
  76. "16":"n",
  77. "17":"n",
  78. "18":"n",
  79. "19":"n",
  80. "20":"n",
  81. "21":"n",
  82. "22":"n",
  83. "23":"n",
  84. "24":"n",
  85. "25":"n",
  86. "26":"n",
  87. "27":"n",
  88. "28":"n",
  89. "29":"n",
  90. "30":"n",
  91. "31":"n",
  92. "32":"n",
  93. "33":"n",
  94. "34":"n",
  95. "35":"n",
  96. "36":"n",
  97. "37":"n",
  98. "38":"n",
  99. "39":"n",
  100. "40":"n",
  101. "41":"n",
  102. "42":"n",
  103. "43":"n",
  104. "44":"n",
  105. "45":"n",
  106. "46":"n",
  107. "47":"n",
  108. "48":"n",
  109. "49":"n",
  110. "50":"n",
  111. "51":"n",
  112. "52":"n",
  113. "53":"n",
  114. "54":"n",
  115. "55":"n",
  116. "56":"n",
  117. "57":"n",
  118. "58":"n",
  119. "59":"n",
  120. "60":"n",
  121. "61":"n",
  122. "62":"n",
  123. "63":"n",
  124. "64":"n",
  125. "65":"n",
  126. "66":"n"
  127. },
  128. "chrome":{
  129. "4":"y",
  130. "5":"y",
  131. "6":"y",
  132. "7":"y",
  133. "8":"y",
  134. "9":"y",
  135. "10":"y",
  136. "11":"y",
  137. "12":"y",
  138. "13":"y",
  139. "14":"y",
  140. "15":"y",
  141. "16":"y",
  142. "17":"y",
  143. "18":"y",
  144. "19":"y",
  145. "20":"y",
  146. "21":"y",
  147. "22":"y",
  148. "23":"y",
  149. "24":"y",
  150. "25":"y",
  151. "26":"y",
  152. "27":"y",
  153. "28":"y",
  154. "29":"y",
  155. "30":"y",
  156. "31":"y",
  157. "32":"y",
  158. "33":"y",
  159. "34":"y",
  160. "35":"y",
  161. "36":"y",
  162. "37":"y",
  163. "38":"y",
  164. "39":"y",
  165. "40":"y",
  166. "41":"y",
  167. "42":"y",
  168. "43":"y",
  169. "44":"y",
  170. "45":"y",
  171. "46":"y",
  172. "47":"y",
  173. "48":"y",
  174. "49":"y",
  175. "50":"y",
  176. "51":"y",
  177. "52":"y",
  178. "53":"y",
  179. "54":"y",
  180. "55":"y",
  181. "56":"y",
  182. "57":"y",
  183. "58":"y",
  184. "59":"y",
  185. "60":"y",
  186. "61":"y",
  187. "62":"y",
  188. "63":"y",
  189. "64":"y",
  190. "65":"y",
  191. "66":"y",
  192. "67":"y",
  193. "68":"y",
  194. "69":"y",
  195. "70":"y",
  196. "71":"y",
  197. "72":"y",
  198. "73":"y",
  199. "74":"y"
  200. },
  201. "safari":{
  202. "3.1":"n",
  203. "3.2":"n",
  204. "4":"y",
  205. "5":"y",
  206. "5.1":"y",
  207. "6":"y",
  208. "6.1":"y",
  209. "7":"y",
  210. "7.1":"y",
  211. "8":"y",
  212. "9":"y",
  213. "9.1":"y",
  214. "10":"y",
  215. "10.1":"y",
  216. "11":"y",
  217. "11.1":"y",
  218. "12":"y",
  219. "TP":"y"
  220. },
  221. "opera":{
  222. "9":"n",
  223. "9.5-9.6":"n",
  224. "10.0-10.1":"n",
  225. "10.5":"n",
  226. "10.6":"n",
  227. "11":"n",
  228. "11.1":"n",
  229. "11.5":"n",
  230. "11.6":"n",
  231. "12":"n",
  232. "12.1":"n",
  233. "15":"y",
  234. "16":"y",
  235. "17":"y",
  236. "18":"y",
  237. "19":"y",
  238. "20":"y",
  239. "21":"y",
  240. "22":"y",
  241. "23":"y",
  242. "24":"y",
  243. "25":"y",
  244. "26":"y",
  245. "27":"y",
  246. "28":"y",
  247. "29":"y",
  248. "30":"y",
  249. "31":"y",
  250. "32":"y",
  251. "33":"y",
  252. "34":"y",
  253. "35":"y",
  254. "36":"y",
  255. "37":"y",
  256. "38":"y",
  257. "39":"y",
  258. "40":"y",
  259. "41":"y",
  260. "42":"y",
  261. "43":"y",
  262. "44":"y",
  263. "45":"y",
  264. "46":"y",
  265. "47":"y",
  266. "48":"y",
  267. "49":"y",
  268. "50":"y",
  269. "51":"y",
  270. "52":"y",
  271. "53":"y",
  272. "54":"y",
  273. "55":"y",
  274. "56":"y",
  275. "57":"y"
  276. },
  277. "ios_saf":{
  278. "3.2":"n",
  279. "4.0-4.1":"y",
  280. "4.2-4.3":"y",
  281. "5.0-5.1":"y",
  282. "6.0-6.1":"y",
  283. "7.0-7.1":"y",
  284. "8":"y",
  285. "8.1-8.4":"y",
  286. "9.0-9.2":"y",
  287. "9.3":"y",
  288. "10.0-10.2":"y",
  289. "10.3":"y",
  290. "11.0-11.2":"y",
  291. "11.3-11.4":"y",
  292. "12.0-12.1":"y"
  293. },
  294. "op_mini":{
  295. "all":"n"
  296. },
  297. "android":{
  298. "2.1":"y",
  299. "2.2":"y",
  300. "2.3":"y",
  301. "3":"y",
  302. "4":"y",
  303. "4.1":"y",
  304. "4.2-4.3":"y",
  305. "4.4":"y",
  306. "4.4.3-4.4.4":"y",
  307. "67":"y"
  308. },
  309. "bb":{
  310. "7":"y",
  311. "10":"y"
  312. },
  313. "op_mob":{
  314. "10":"n",
  315. "11":"n",
  316. "11.1":"n",
  317. "11.5":"n",
  318. "12":"n",
  319. "12.1":"n",
  320. "46":"y"
  321. },
  322. "and_chr":{
  323. "70":"y"
  324. },
  325. "and_ff":{
  326. "63":"n"
  327. },
  328. "ie_mob":{
  329. "10":"y #1",
  330. "11":"y #1"
  331. },
  332. "and_uc":{
  333. "11.8":"y"
  334. },
  335. "samsung":{
  336. "4":"y",
  337. "5":"y",
  338. "6.2":"y",
  339. "7.2":"y"
  340. },
  341. "and_qq":{
  342. "1.2":"y"
  343. },
  344. "baidu":{
  345. "7.12":"y"
  346. }
  347. },
  348. "notes":"Originally implemented only in Internet Explorer. Although several other browsers support the property, using `transform: scale()` is the recommended solution to scale content.",
  349. "notes_by_num":{
  350. "1":"The `-ms-zoom` property is an extension to CSS, and can be used as a synonym for `zoom` in IE8 Standards mode."
  351. },
  352. "usage_perc_y":88.79,
  353. "usage_perc_a":0,
  354. "ucprefix":false,
  355. "parent":"",
  356. "keywords":"-ms-zoom,transform,-moz-transform,-ms-transform,-webkit-transform,-o-transform,scale,css-transforms",
  357. "ie_id":"",
  358. "chrome_id":"",
  359. "firefox_id":"",
  360. "webkit_id":"",
  361. "shown":true
  362. }