css-zoom.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  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":"Mozilla Developer Network"
  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. },
  55. "firefox":{
  56. "2":"n",
  57. "3":"n",
  58. "3.5":"n",
  59. "3.6":"n",
  60. "4":"n",
  61. "5":"n",
  62. "6":"n",
  63. "7":"n",
  64. "8":"n",
  65. "9":"n",
  66. "10":"n",
  67. "11":"n",
  68. "12":"n",
  69. "13":"n",
  70. "14":"n",
  71. "15":"n",
  72. "16":"n",
  73. "17":"n",
  74. "18":"n",
  75. "19":"n",
  76. "20":"n",
  77. "21":"n",
  78. "22":"n",
  79. "23":"n",
  80. "24":"n",
  81. "25":"n",
  82. "26":"n",
  83. "27":"n",
  84. "28":"n",
  85. "29":"n",
  86. "30":"n",
  87. "31":"n",
  88. "32":"n",
  89. "33":"n",
  90. "34":"n",
  91. "35":"n",
  92. "36":"n",
  93. "37":"n",
  94. "38":"n",
  95. "39":"n",
  96. "40":"n",
  97. "41":"n",
  98. "42":"n",
  99. "43":"n",
  100. "44":"n",
  101. "45":"n",
  102. "46":"n",
  103. "47":"n",
  104. "48":"n",
  105. "49":"n",
  106. "50":"n",
  107. "51":"n",
  108. "52":"n",
  109. "53":"n"
  110. },
  111. "chrome":{
  112. "4":"y",
  113. "5":"y",
  114. "6":"y",
  115. "7":"y",
  116. "8":"y",
  117. "9":"y",
  118. "10":"y",
  119. "11":"y",
  120. "12":"y",
  121. "13":"y",
  122. "14":"y",
  123. "15":"y",
  124. "16":"y",
  125. "17":"y",
  126. "18":"y",
  127. "19":"y",
  128. "20":"y",
  129. "21":"y",
  130. "22":"y",
  131. "23":"y",
  132. "24":"y",
  133. "25":"y",
  134. "26":"y",
  135. "27":"y",
  136. "28":"y",
  137. "29":"y",
  138. "30":"y",
  139. "31":"y",
  140. "32":"y",
  141. "33":"y",
  142. "34":"y",
  143. "35":"y",
  144. "36":"y",
  145. "37":"y",
  146. "38":"y",
  147. "39":"y",
  148. "40":"y",
  149. "41":"y",
  150. "42":"y",
  151. "43":"y",
  152. "44":"y",
  153. "45":"y",
  154. "46":"y",
  155. "47":"y",
  156. "48":"y",
  157. "49":"y",
  158. "50":"y",
  159. "51":"y",
  160. "52":"y",
  161. "53":"y",
  162. "54":"y",
  163. "55":"y",
  164. "56":"y",
  165. "57":"y"
  166. },
  167. "safari":{
  168. "3.1":"n",
  169. "3.2":"n",
  170. "4":"y",
  171. "5":"y",
  172. "5.1":"y",
  173. "6":"y",
  174. "6.1":"y",
  175. "7":"y",
  176. "7.1":"y",
  177. "8":"y",
  178. "9":"y",
  179. "9.1":"y",
  180. "10":"y",
  181. "TP":"y"
  182. },
  183. "opera":{
  184. "9":"n",
  185. "9.5-9.6":"n",
  186. "10.0-10.1":"n",
  187. "10.5":"n",
  188. "10.6":"n",
  189. "11":"n",
  190. "11.1":"n",
  191. "11.5":"n",
  192. "11.6":"n",
  193. "12":"n",
  194. "12.1":"n",
  195. "15":"y",
  196. "16":"y",
  197. "17":"y",
  198. "18":"y",
  199. "19":"y",
  200. "20":"y",
  201. "21":"y",
  202. "22":"y",
  203. "23":"y",
  204. "24":"y",
  205. "25":"y",
  206. "26":"y",
  207. "27":"y",
  208. "28":"y",
  209. "29":"y",
  210. "30":"y",
  211. "31":"y",
  212. "32":"y",
  213. "33":"y",
  214. "34":"y",
  215. "35":"y",
  216. "36":"y",
  217. "37":"y",
  218. "38":"y",
  219. "39":"y",
  220. "40":"y",
  221. "41":"y",
  222. "42":"y",
  223. "43":"y"
  224. },
  225. "ios_saf":{
  226. "3.2":"n",
  227. "4.0-4.1":"y",
  228. "4.2-4.3":"y",
  229. "5.0-5.1":"y",
  230. "6.0-6.1":"y",
  231. "7.0-7.1":"y",
  232. "8":"y",
  233. "8.1-8.4":"y",
  234. "9.0-9.2":"y",
  235. "9.3":"y",
  236. "10-10.1":"y"
  237. },
  238. "op_mini":{
  239. "all":"n"
  240. },
  241. "android":{
  242. "2.1":"y",
  243. "2.2":"y",
  244. "2.3":"y",
  245. "3":"y",
  246. "4":"y",
  247. "4.1":"y",
  248. "4.2-4.3":"y",
  249. "4.4":"y",
  250. "4.4.3-4.4.4":"y",
  251. "53":"y"
  252. },
  253. "bb":{
  254. "7":"y",
  255. "10":"y"
  256. },
  257. "op_mob":{
  258. "10":"n",
  259. "11":"n",
  260. "11.1":"n",
  261. "11.5":"n",
  262. "12":"n",
  263. "12.1":"n",
  264. "37":"y"
  265. },
  266. "and_chr":{
  267. "54":"y"
  268. },
  269. "and_ff":{
  270. "50":"n"
  271. },
  272. "ie_mob":{
  273. "10":"y #1",
  274. "11":"y #1"
  275. },
  276. "and_uc":{
  277. "11":"y"
  278. },
  279. "samsung":{
  280. "4":"y"
  281. }
  282. },
  283. "notes":"Originally implemented only in Internet Explorer. Although several other browsers support the property, using `transform: scale()` is the recommended solution to scale content.",
  284. "notes_by_num":{
  285. "1":"The `-ms-zoom` property is an extension to CSS, and can be used as a synonym for `zoom` in IE8 Standards mode."
  286. },
  287. "usage_perc_y":86.81,
  288. "usage_perc_a":0,
  289. "ucprefix":false,
  290. "parent":"",
  291. "keywords":"-ms-zoom,transform,-moz-transform,-ms-transform,-webkit-transform,-o-transform,scale,css-transforms",
  292. "ie_id":"",
  293. "chrome_id":"",
  294. "firefox_id":"",
  295. "webkit_id":"",
  296. "shown":true
  297. }