download.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. {
  2. "title":"Download attribute",
  3. "description":"When used on an anchor, this attribute signifies that the browser should download the resource the anchor points to rather than navigate to it.",
  4. "spec":"https://html.spec.whatwg.org/multipage/semantics.html#downloading-resources",
  5. "status":"ls",
  6. "links":[
  7. {
  8. "url":"http://updates.html5rocks.com/2011/08/Downloading-resources-in-HTML5-a-download",
  9. "title":"HTML5Rocks post"
  10. },
  11. {
  12. "url":"http://html5-demos.appspot.com/static/a.download.html",
  13. "title":"Demo: creating a text file and downloading it."
  14. },
  15. {
  16. "url":"https://bugs.webkit.org/show_bug.cgi?id=102914",
  17. "title":"WebKit feature request bug"
  18. }
  19. ],
  20. "bugs":[
  21. {
  22. "description":"Firefox only supports [same-origin](https://bugzilla.mozilla.org/show_bug.cgi?id=874009) download links."
  23. }
  24. ],
  25. "categories":[
  26. "HTML5"
  27. ],
  28. "stats":{
  29. "ie":{
  30. "5.5":"n",
  31. "6":"n",
  32. "7":"n",
  33. "8":"n",
  34. "9":"n",
  35. "10":"n",
  36. "11":"n"
  37. },
  38. "edge":{
  39. "12":"n",
  40. "13":"y",
  41. "14":"y"
  42. },
  43. "firefox":{
  44. "2":"n",
  45. "3":"n",
  46. "3.5":"n",
  47. "3.6":"n",
  48. "4":"n",
  49. "5":"n",
  50. "6":"n",
  51. "7":"n",
  52. "8":"n",
  53. "9":"n",
  54. "10":"n",
  55. "11":"n",
  56. "12":"n",
  57. "13":"n",
  58. "14":"n",
  59. "15":"n",
  60. "16":"n",
  61. "17":"n",
  62. "18":"n",
  63. "19":"n",
  64. "20":"y",
  65. "21":"y",
  66. "22":"y",
  67. "23":"y",
  68. "24":"y",
  69. "25":"y",
  70. "26":"y",
  71. "27":"y",
  72. "28":"y",
  73. "29":"y",
  74. "30":"y",
  75. "31":"y",
  76. "32":"y",
  77. "33":"y",
  78. "34":"y",
  79. "35":"y",
  80. "36":"y",
  81. "37":"y",
  82. "38":"y",
  83. "39":"y",
  84. "40":"y",
  85. "41":"y",
  86. "42":"y",
  87. "43":"y",
  88. "44":"y",
  89. "45":"y",
  90. "46":"y",
  91. "47":"y",
  92. "48":"y",
  93. "49":"y",
  94. "50":"y",
  95. "51":"y",
  96. "52":"y",
  97. "53":"y"
  98. },
  99. "chrome":{
  100. "4":"n",
  101. "5":"n",
  102. "6":"n",
  103. "7":"n",
  104. "8":"n",
  105. "9":"n",
  106. "10":"n",
  107. "11":"n",
  108. "12":"n",
  109. "13":"n",
  110. "14":"y",
  111. "15":"y",
  112. "16":"y",
  113. "17":"y",
  114. "18":"y",
  115. "19":"y",
  116. "20":"y",
  117. "21":"y",
  118. "22":"y",
  119. "23":"y",
  120. "24":"y",
  121. "25":"y",
  122. "26":"y",
  123. "27":"y",
  124. "28":"y",
  125. "29":"y",
  126. "30":"y",
  127. "31":"y",
  128. "32":"y",
  129. "33":"y",
  130. "34":"y",
  131. "35":"y",
  132. "36":"y",
  133. "37":"y",
  134. "38":"y",
  135. "39":"y",
  136. "40":"y",
  137. "41":"y",
  138. "42":"y",
  139. "43":"y",
  140. "44":"y",
  141. "45":"y",
  142. "46":"y",
  143. "47":"y",
  144. "48":"y",
  145. "49":"y",
  146. "50":"y",
  147. "51":"y",
  148. "52":"y",
  149. "53":"y",
  150. "54":"y",
  151. "55":"y",
  152. "56":"y",
  153. "57":"y"
  154. },
  155. "safari":{
  156. "3.1":"n",
  157. "3.2":"n",
  158. "4":"n",
  159. "5":"n",
  160. "5.1":"n",
  161. "6":"n",
  162. "6.1":"n",
  163. "7":"n",
  164. "7.1":"n",
  165. "8":"n",
  166. "9":"n",
  167. "9.1":"n",
  168. "10":"n",
  169. "TP":"y"
  170. },
  171. "opera":{
  172. "9":"n",
  173. "9.5-9.6":"n",
  174. "10.0-10.1":"n",
  175. "10.5":"n",
  176. "10.6":"n",
  177. "11":"n",
  178. "11.1":"n",
  179. "11.5":"n",
  180. "11.6":"n",
  181. "12":"n",
  182. "12.1":"n",
  183. "15":"y",
  184. "16":"y",
  185. "17":"y",
  186. "18":"y",
  187. "19":"y",
  188. "20":"y",
  189. "21":"y",
  190. "22":"y",
  191. "23":"y",
  192. "24":"y",
  193. "25":"y",
  194. "26":"y",
  195. "27":"y",
  196. "28":"y",
  197. "29":"y",
  198. "30":"y",
  199. "31":"y",
  200. "32":"y",
  201. "33":"y",
  202. "34":"y",
  203. "35":"y",
  204. "36":"y",
  205. "37":"y",
  206. "38":"y",
  207. "39":"y",
  208. "40":"y",
  209. "41":"y",
  210. "42":"y",
  211. "43":"y"
  212. },
  213. "ios_saf":{
  214. "3.2":"n",
  215. "4.0-4.1":"n",
  216. "4.2-4.3":"n",
  217. "5.0-5.1":"n",
  218. "6.0-6.1":"n",
  219. "7.0-7.1":"n",
  220. "8":"n",
  221. "8.1-8.4":"n",
  222. "9.0-9.2":"n",
  223. "9.3":"n",
  224. "10-10.1":"n"
  225. },
  226. "op_mini":{
  227. "all":"n"
  228. },
  229. "android":{
  230. "2.1":"n",
  231. "2.2":"n",
  232. "2.3":"n",
  233. "3":"n",
  234. "4":"n",
  235. "4.1":"n",
  236. "4.2-4.3":"n",
  237. "4.4":"y",
  238. "4.4.3-4.4.4":"y",
  239. "53":"y"
  240. },
  241. "bb":{
  242. "7":"n",
  243. "10":"y"
  244. },
  245. "op_mob":{
  246. "10":"n",
  247. "11":"n",
  248. "11.1":"n",
  249. "11.5":"n",
  250. "12":"n",
  251. "12.1":"n",
  252. "37":"y"
  253. },
  254. "and_chr":{
  255. "54":"y"
  256. },
  257. "and_ff":{
  258. "50":"y"
  259. },
  260. "ie_mob":{
  261. "10":"n",
  262. "11":"n"
  263. },
  264. "and_uc":{
  265. "11":"n"
  266. },
  267. "samsung":{
  268. "4":"y"
  269. }
  270. },
  271. "notes":"",
  272. "notes_by_num":{
  273. },
  274. "usage_perc_y":66.94,
  275. "usage_perc_a":0,
  276. "ucprefix":false,
  277. "parent":"",
  278. "keywords":"download,a.download,a[download],download attribute",
  279. "ie_id":"adownloadattribute",
  280. "chrome_id":"6473924464345088",
  281. "firefox_id":"",
  282. "webkit_id":"feature-download-attribute",
  283. "shown":true
  284. }