datalist.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. {
  2. "title":"Datalist element",
  3. "description":"Method of setting a list of options for a user to select in a text field, while leaving the ability to enter a custom value.",
  4. "spec":"https://html.spec.whatwg.org/multipage/forms.html#the-datalist-element",
  5. "status":"ls",
  6. "links":[
  7. {
  8. "url":"http://hacks.mozilla.org/2010/11/firefox-4-html5-forms/",
  9. "title":"Mozilla Hacks article"
  10. },
  11. {
  12. "url":"http://afarkas.github.com/webshim/demos/",
  13. "title":"HTML5 Library including datalist support"
  14. },
  15. {
  16. "url":"https://developer.mozilla.org/en/HTML/Element/datalist",
  17. "title":"MDN reference"
  18. },
  19. {
  20. "url":"http://docs.webplatform.org/wiki/html/elements/datalist",
  21. "title":"WebPlatform Docs"
  22. },
  23. {
  24. "url":"http://demo.agektmr.com/datalist/",
  25. "title":"Eiji Kitamura's options demos & tests"
  26. },
  27. {
  28. "url":"http://github.com/thgreasi/datalist-polyfill",
  29. "title":"Minimal Datalist polyfill w/tutorial"
  30. }
  31. ],
  32. "bugs":[
  33. ],
  34. "categories":[
  35. "HTML5"
  36. ],
  37. "stats":{
  38. "ie":{
  39. "5.5":"n",
  40. "6":"p",
  41. "7":"p",
  42. "8":"p",
  43. "9":"p",
  44. "10":"a #2",
  45. "11":"a #2"
  46. },
  47. "edge":{
  48. "12":"a #2",
  49. "13":"a #2",
  50. "14":"a #2"
  51. },
  52. "firefox":{
  53. "2":"p",
  54. "3":"p",
  55. "3.5":"p",
  56. "3.6":"p",
  57. "4":"a #3",
  58. "5":"a #3",
  59. "6":"a #3",
  60. "7":"a #3",
  61. "8":"a #3",
  62. "9":"a #3",
  63. "10":"a #3",
  64. "11":"a #3",
  65. "12":"a #3",
  66. "13":"a #3",
  67. "14":"a #3",
  68. "15":"a #3",
  69. "16":"a #3",
  70. "17":"a #3",
  71. "18":"a #3",
  72. "19":"a #3",
  73. "20":"a #3",
  74. "21":"a #3",
  75. "22":"a #3",
  76. "23":"a #3",
  77. "24":"a #3",
  78. "25":"a #3",
  79. "26":"a #3",
  80. "27":"a #3",
  81. "28":"a #3",
  82. "29":"a #3",
  83. "30":"a #3",
  84. "31":"a #3",
  85. "32":"a #3",
  86. "33":"a #3",
  87. "34":"a #3",
  88. "35":"a #3",
  89. "36":"a #3",
  90. "37":"a #3",
  91. "38":"a #3",
  92. "39":"a #3",
  93. "40":"a #3",
  94. "41":"a #3",
  95. "42":"a #3",
  96. "43":"a #3",
  97. "44":"a #3",
  98. "45":"a #3",
  99. "46":"a #3",
  100. "47":"a #3",
  101. "48":"a #3",
  102. "49":"a #3",
  103. "50":"a #3",
  104. "51":"a #3",
  105. "52":"a #3",
  106. "53":"a #3"
  107. },
  108. "chrome":{
  109. "4":"p",
  110. "5":"p",
  111. "6":"p",
  112. "7":"p",
  113. "8":"p",
  114. "9":"p",
  115. "10":"p",
  116. "11":"p",
  117. "12":"p",
  118. "13":"p",
  119. "14":"p",
  120. "15":"p",
  121. "16":"p",
  122. "17":"p",
  123. "18":"p",
  124. "19":"p",
  125. "20":"a #1",
  126. "21":"a #1",
  127. "22":"a #1",
  128. "23":"a #1",
  129. "24":"a #1",
  130. "25":"a #1",
  131. "26":"a #1",
  132. "27":"a #1",
  133. "28":"a #1",
  134. "29":"a #1",
  135. "30":"a #1",
  136. "31":"a #1",
  137. "32":"a #1",
  138. "33":"a #1",
  139. "34":"a #1",
  140. "35":"a #1",
  141. "36":"a #1",
  142. "37":"a #1",
  143. "38":"a #1",
  144. "39":"a #1",
  145. "40":"a #1",
  146. "41":"a #1",
  147. "42":"a #1",
  148. "43":"a #1",
  149. "44":"a #1",
  150. "45":"a #1",
  151. "46":"a #1",
  152. "47":"a #1",
  153. "48":"a #1",
  154. "49":"a #1",
  155. "50":"a #1",
  156. "51":"a #1",
  157. "52":"a #1",
  158. "53":"a #1",
  159. "54":"a #1",
  160. "55":"a #1",
  161. "56":"a #1",
  162. "57":"a #1"
  163. },
  164. "safari":{
  165. "3.1":"p",
  166. "3.2":"p",
  167. "4":"p",
  168. "5":"p",
  169. "5.1":"p",
  170. "6":"p",
  171. "6.1":"p",
  172. "7":"p",
  173. "7.1":"p",
  174. "8":"p",
  175. "9":"p",
  176. "9.1":"p",
  177. "10":"p",
  178. "TP":"p"
  179. },
  180. "opera":{
  181. "9":"y",
  182. "9.5-9.6":"y",
  183. "10.0-10.1":"y",
  184. "10.5":"y",
  185. "10.6":"y",
  186. "11":"y",
  187. "11.1":"y",
  188. "11.5":"y",
  189. "11.6":"y",
  190. "12":"y",
  191. "12.1":"y",
  192. "15":"a #1",
  193. "16":"a #1",
  194. "17":"a #1",
  195. "18":"a #1",
  196. "19":"a #1",
  197. "20":"a #1",
  198. "21":"a #1",
  199. "22":"a #1",
  200. "23":"a #1",
  201. "24":"a #1",
  202. "25":"a #1",
  203. "26":"a #1",
  204. "27":"a #1",
  205. "28":"a #1",
  206. "29":"a #1",
  207. "30":"a #1",
  208. "31":"a #1",
  209. "32":"a #1",
  210. "33":"a #1",
  211. "34":"a #1",
  212. "35":"a #1",
  213. "36":"a #1",
  214. "37":"a #1",
  215. "38":"a #1",
  216. "39":"a #1",
  217. "40":"a #1",
  218. "41":"a #1",
  219. "42":"a #1",
  220. "43":"a #1"
  221. },
  222. "ios_saf":{
  223. "3.2":"p",
  224. "4.0-4.1":"p",
  225. "4.2-4.3":"p",
  226. "5.0-5.1":"p",
  227. "6.0-6.1":"p",
  228. "7.0-7.1":"p",
  229. "8":"p",
  230. "8.1-8.4":"p",
  231. "9.0-9.2":"p",
  232. "9.3":"p",
  233. "10-10.1":"p"
  234. },
  235. "op_mini":{
  236. "all":"n"
  237. },
  238. "android":{
  239. "2.1":"p",
  240. "2.2":"p",
  241. "2.3":"p",
  242. "3":"p",
  243. "4":"p",
  244. "4.1":"p",
  245. "4.2-4.3":"p",
  246. "4.4":"p",
  247. "4.4.3-4.4.4":"y",
  248. "53":"y"
  249. },
  250. "bb":{
  251. "7":"p",
  252. "10":"y"
  253. },
  254. "op_mob":{
  255. "10":"y",
  256. "11":"y",
  257. "11.1":"y",
  258. "11.5":"y",
  259. "12":"y",
  260. "12.1":"y",
  261. "37":"p"
  262. },
  263. "and_chr":{
  264. "54":"y"
  265. },
  266. "and_ff":{
  267. "50":"a #3"
  268. },
  269. "ie_mob":{
  270. "10":"p",
  271. "11":"p"
  272. },
  273. "and_uc":{
  274. "11":"y"
  275. },
  276. "samsung":{
  277. "4":"y"
  278. }
  279. },
  280. "notes":"While most commonly used on text fields, datalists can also be used on other input types. IE11 supports the element on `range` fields. Chrome and Opera also support datalists to suggest given values on `range`, `color` and date/time fields. ",
  281. "notes_by_num":{
  282. "1":"Partial support refers to [a bug](https://code.google.com/p/chromium/issues/detail?id=375637) where long lists of items are unscrollable resulting in unselectable options.",
  283. "2":"Partial support in IE refers to [significantly buggy behavior](http://playground.onereason.eu/2013/04/ie10s-lousy-support-for-datalists/) (IE11+ does send the input and change events upon selection). ",
  284. "3":"Partial support refers to no support for datalists on non-text fields (e.g. number, [range](https://bugzilla.mozilla.org/show_bug.cgi?id=841942), [color](https://bugzilla.mozilla.org/show_bug.cgi?id=960984))."
  285. },
  286. "usage_perc_y":37.39,
  287. "usage_perc_a":41.27,
  288. "ucprefix":false,
  289. "parent":"forms",
  290. "keywords":"list attribute",
  291. "ie_id":"datalistelement",
  292. "chrome_id":"6090950820495360",
  293. "firefox_id":"",
  294. "webkit_id":"",
  295. "shown":true
  296. }