説明なし

css-zoom.json 6.2KB

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