picture.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  1. {
  2. "title":"Picture element",
  3. "description":"A responsive images method to control which image resource a user agent presents to a user, based on resolution, media query and/or support for a particular image format",
  4. "spec":"https://html.spec.whatwg.org/multipage/embedded-content.html#the-picture-element",
  5. "status":"ls",
  6. "links":[
  7. {
  8. "url":"http://responsiveimages.org/demos/",
  9. "title":"Demo"
  10. },
  11. {
  12. "url":"https://code.tutsplus.com/tutorials/better-responsive-images-with-the-picture-element--net-36583",
  13. "title":"Tutorial"
  14. },
  15. {
  16. "url":"http://usecases.responsiveimages.org/",
  17. "title":"Read about the use cases"
  18. },
  19. {
  20. "url":"http://responsiveimages.org/",
  21. "title":"General information about Responsive Images"
  22. },
  23. {
  24. "url":"https://dev.opera.com/articles/responsive-images/",
  25. "title":"Blog post on usage"
  26. },
  27. {
  28. "url":"https://www.html5rocks.com/tutorials/responsive/picture-element/",
  29. "title":"HTML5 Rocks tutorial"
  30. },
  31. {
  32. "url":"https://github.com/scottjehl/picturefill",
  33. "title":"Picturefill - polyfill for picture, srcset, sizes, and more"
  34. }
  35. ],
  36. "bugs":[
  37. {
  38. "description":"See [a list](https://github.com/ResponsiveImagesCG/picture-element/issues?state=open) of unresolved issues / feature requests within the specification"
  39. }
  40. ],
  41. "categories":[
  42. "DOM",
  43. "HTML5"
  44. ],
  45. "stats":{
  46. "ie":{
  47. "5.5":"n",
  48. "6":"n",
  49. "7":"n",
  50. "8":"n",
  51. "9":"n",
  52. "10":"n",
  53. "11":"n"
  54. },
  55. "edge":{
  56. "12":"n",
  57. "13":"y",
  58. "14":"y",
  59. "15":"y",
  60. "16":"y",
  61. "17":"y",
  62. "18":"y",
  63. "79":"y",
  64. "80":"y",
  65. "81":"y",
  66. "83":"y",
  67. "84":"y",
  68. "85":"y",
  69. "86":"y",
  70. "87":"y",
  71. "88":"y",
  72. "89":"y",
  73. "90":"y",
  74. "91":"y",
  75. "92":"y",
  76. "93":"y",
  77. "94":"y"
  78. },
  79. "firefox":{
  80. "2":"n",
  81. "3":"n",
  82. "3.5":"n",
  83. "3.6":"n",
  84. "4":"n",
  85. "5":"n",
  86. "6":"n",
  87. "7":"n",
  88. "8":"n",
  89. "9":"n",
  90. "10":"n",
  91. "11":"n",
  92. "12":"n",
  93. "13":"n",
  94. "14":"n",
  95. "15":"n",
  96. "16":"n",
  97. "17":"n",
  98. "18":"n",
  99. "19":"n",
  100. "20":"n",
  101. "21":"n",
  102. "22":"n",
  103. "23":"n",
  104. "24":"n",
  105. "25":"n",
  106. "26":"n",
  107. "27":"n",
  108. "28":"n",
  109. "29":"n",
  110. "30":"n",
  111. "31":"n",
  112. "32":"n",
  113. "33":"n",
  114. "34":"n d #3",
  115. "35":"n d #3",
  116. "36":"n d #3",
  117. "37":"n d #3",
  118. "38":"y",
  119. "39":"y",
  120. "40":"y",
  121. "41":"y",
  122. "42":"y",
  123. "43":"y",
  124. "44":"y",
  125. "45":"y",
  126. "46":"y",
  127. "47":"y",
  128. "48":"y",
  129. "49":"y",
  130. "50":"y",
  131. "51":"y",
  132. "52":"y",
  133. "53":"y",
  134. "54":"y",
  135. "55":"y",
  136. "56":"y",
  137. "57":"y",
  138. "58":"y",
  139. "59":"y",
  140. "60":"y",
  141. "61":"y",
  142. "62":"y",
  143. "63":"y",
  144. "64":"y",
  145. "65":"y",
  146. "66":"y",
  147. "67":"y",
  148. "68":"y",
  149. "69":"y",
  150. "70":"y",
  151. "71":"y",
  152. "72":"y",
  153. "73":"y",
  154. "74":"y",
  155. "75":"y",
  156. "76":"y",
  157. "77":"y",
  158. "78":"y",
  159. "79":"y",
  160. "80":"y",
  161. "81":"y",
  162. "82":"y",
  163. "83":"y",
  164. "84":"y",
  165. "85":"y",
  166. "86":"y",
  167. "87":"y",
  168. "88":"y",
  169. "89":"y",
  170. "90":"y",
  171. "91":"y",
  172. "92":"y",
  173. "93":"y",
  174. "94":"y",
  175. "95":"y"
  176. },
  177. "chrome":{
  178. "4":"n",
  179. "5":"n",
  180. "6":"n",
  181. "7":"n",
  182. "8":"n",
  183. "9":"n",
  184. "10":"n",
  185. "11":"n",
  186. "12":"n",
  187. "13":"n",
  188. "14":"n",
  189. "15":"n",
  190. "16":"n",
  191. "17":"n",
  192. "18":"n",
  193. "19":"n",
  194. "20":"n",
  195. "21":"n",
  196. "22":"n",
  197. "23":"n",
  198. "24":"n",
  199. "25":"n",
  200. "26":"n",
  201. "27":"n",
  202. "28":"n",
  203. "29":"n",
  204. "30":"n",
  205. "31":"n",
  206. "32":"n",
  207. "33":"n",
  208. "34":"n",
  209. "35":"n",
  210. "36":"n",
  211. "37":"n d #1",
  212. "38":"y",
  213. "39":"y",
  214. "40":"y",
  215. "41":"y",
  216. "42":"y",
  217. "43":"y",
  218. "44":"y",
  219. "45":"y",
  220. "46":"y",
  221. "47":"y",
  222. "48":"y",
  223. "49":"y",
  224. "50":"y",
  225. "51":"y",
  226. "52":"y",
  227. "53":"y",
  228. "54":"y",
  229. "55":"y",
  230. "56":"y",
  231. "57":"y",
  232. "58":"y",
  233. "59":"y",
  234. "60":"y",
  235. "61":"y",
  236. "62":"y",
  237. "63":"y",
  238. "64":"y",
  239. "65":"y",
  240. "66":"y",
  241. "67":"y",
  242. "68":"y",
  243. "69":"y",
  244. "70":"y",
  245. "71":"y",
  246. "72":"y",
  247. "73":"y",
  248. "74":"y",
  249. "75":"y",
  250. "76":"y",
  251. "77":"y",
  252. "78":"y",
  253. "79":"y",
  254. "80":"y",
  255. "81":"y",
  256. "83":"y",
  257. "84":"y",
  258. "85":"y",
  259. "86":"y",
  260. "87":"y",
  261. "88":"y",
  262. "89":"y",
  263. "90":"y",
  264. "91":"y",
  265. "92":"y",
  266. "93":"y",
  267. "94":"y",
  268. "95":"y",
  269. "96":"y",
  270. "97":"y"
  271. },
  272. "safari":{
  273. "3.1":"n",
  274. "3.2":"n",
  275. "4":"n",
  276. "5":"n",
  277. "5.1":"n",
  278. "6":"n",
  279. "6.1":"n",
  280. "7":"n",
  281. "7.1":"n",
  282. "8":"n",
  283. "9":"n",
  284. "9.1":"y",
  285. "10":"y",
  286. "10.1":"y",
  287. "11":"y",
  288. "11.1":"y",
  289. "12":"y",
  290. "12.1":"y",
  291. "13":"y",
  292. "13.1":"y",
  293. "14":"y",
  294. "14.1":"y",
  295. "15":"y",
  296. "TP":"y"
  297. },
  298. "opera":{
  299. "9":"n",
  300. "9.5-9.6":"n",
  301. "10.0-10.1":"n",
  302. "10.5":"n",
  303. "10.6":"n",
  304. "11":"n",
  305. "11.1":"n",
  306. "11.5":"n",
  307. "11.6":"n",
  308. "12":"n",
  309. "12.1":"n",
  310. "15":"n",
  311. "16":"n",
  312. "17":"n",
  313. "18":"n",
  314. "19":"n",
  315. "20":"n",
  316. "21":"n",
  317. "22":"n",
  318. "23":"n",
  319. "24":"n d #2",
  320. "25":"y",
  321. "26":"y",
  322. "27":"y",
  323. "28":"y",
  324. "29":"y",
  325. "30":"y",
  326. "31":"y",
  327. "32":"y",
  328. "33":"y",
  329. "34":"y",
  330. "35":"y",
  331. "36":"y",
  332. "37":"y",
  333. "38":"y",
  334. "39":"y",
  335. "40":"y",
  336. "41":"y",
  337. "42":"y",
  338. "43":"y",
  339. "44":"y",
  340. "45":"y",
  341. "46":"y",
  342. "47":"y",
  343. "48":"y",
  344. "49":"y",
  345. "50":"y",
  346. "51":"y",
  347. "52":"y",
  348. "53":"y",
  349. "54":"y",
  350. "55":"y",
  351. "56":"y",
  352. "57":"y",
  353. "58":"y",
  354. "60":"y",
  355. "62":"y",
  356. "63":"y",
  357. "64":"y",
  358. "65":"y",
  359. "66":"y",
  360. "67":"y",
  361. "68":"y",
  362. "69":"y",
  363. "70":"y",
  364. "71":"y",
  365. "72":"y",
  366. "73":"y",
  367. "74":"y",
  368. "75":"y",
  369. "76":"y",
  370. "77":"y",
  371. "78":"y",
  372. "79":"y",
  373. "80":"y"
  374. },
  375. "ios_saf":{
  376. "3.2":"n",
  377. "4.0-4.1":"n",
  378. "4.2-4.3":"n",
  379. "5.0-5.1":"n",
  380. "6.0-6.1":"n",
  381. "7.0-7.1":"n",
  382. "8":"n",
  383. "8.1-8.4":"n",
  384. "9.0-9.2":"n",
  385. "9.3":"y",
  386. "10.0-10.2":"y",
  387. "10.3":"y",
  388. "11.0-11.2":"y",
  389. "11.3-11.4":"y",
  390. "12.0-12.1":"y",
  391. "12.2-12.5":"y",
  392. "13.0-13.1":"y",
  393. "13.2":"y",
  394. "13.3":"y",
  395. "13.4-13.7":"y",
  396. "14.0-14.4":"y",
  397. "14.5-14.8":"y",
  398. "15":"y"
  399. },
  400. "op_mini":{
  401. "all":"n"
  402. },
  403. "android":{
  404. "2.1":"n",
  405. "2.2":"n",
  406. "2.3":"n",
  407. "3":"n",
  408. "4":"n",
  409. "4.1":"n",
  410. "4.2-4.3":"n",
  411. "4.4":"n",
  412. "4.4.3-4.4.4":"n",
  413. "94":"y"
  414. },
  415. "bb":{
  416. "7":"n",
  417. "10":"n"
  418. },
  419. "op_mob":{
  420. "10":"n",
  421. "11":"n",
  422. "11.1":"n",
  423. "11.5":"n",
  424. "12":"n",
  425. "12.1":"n",
  426. "64":"y"
  427. },
  428. "and_chr":{
  429. "94":"y"
  430. },
  431. "and_ff":{
  432. "92":"y"
  433. },
  434. "ie_mob":{
  435. "10":"n",
  436. "11":"n"
  437. },
  438. "and_uc":{
  439. "12.12":"y"
  440. },
  441. "samsung":{
  442. "4":"y",
  443. "5.0-5.4":"y",
  444. "6.2-6.4":"y",
  445. "7.2-7.4":"y",
  446. "8.2":"y",
  447. "9.2":"y",
  448. "10.1":"y",
  449. "11.1-11.2":"y",
  450. "12.0":"y",
  451. "13.0":"y",
  452. "14.0":"y",
  453. "15.0":"y"
  454. },
  455. "and_qq":{
  456. "10.4":"y"
  457. },
  458. "baidu":{
  459. "7.12":"y"
  460. },
  461. "kaios":{
  462. "2.5":"y"
  463. }
  464. },
  465. "notes":"",
  466. "notes_by_num":{
  467. "1":"Enabled in Chrome through the \"experimental Web Platform features\" flag in chrome://flags",
  468. "2":"Enabled in Opera through the \"experimental Web Platform features\" flag in opera://flags",
  469. "3":"Enabled in Firefox by setting the about:config preference dom.image.picture.enable to true"
  470. },
  471. "usage_perc_y":96.5,
  472. "usage_perc_a":0,
  473. "ucprefix":false,
  474. "parent":"",
  475. "keywords":"<picture>",
  476. "ie_id":"pictureelement",
  477. "chrome_id":"5910974510923776",
  478. "firefox_id":"",
  479. "webkit_id":"feature-picture-element",
  480. "shown":true
  481. }