input-range.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. {
  2. "title":"Range input type",
  3. "description":"Form field type that allows the user to select a value using a slider widget.",
  4. "spec":"https://html.spec.whatwg.org/multipage/forms.html#range-state-(type=range)",
  5. "status":"ls",
  6. "links":[
  7. {
  8. "url":"https://github.com/fryn/html5slider",
  9. "title":"Polyfill for Firefox"
  10. },
  11. {
  12. "url":"https://github.com/freqdec/fd-slider",
  13. "title":"Cross-browser polyfill"
  14. },
  15. {
  16. "url":"http://tutorialzine.com/2011/12/what-you-need-to-know-html5-range-input/",
  17. "title":"Tutorial"
  18. },
  19. {
  20. "url":"https://raw.github.com/phiggins42/has.js/master/detect/form.js#input-type-range",
  21. "title":"has.js test"
  22. },
  23. {
  24. "url":"http://docs.webplatform.org/wiki/html/elements/input/type/range",
  25. "title":"WebPlatform Docs"
  26. },
  27. {
  28. "url":"https://github.com/andreruffert/rangeslider.js",
  29. "title":"rangeslider.js polyfill"
  30. }
  31. ],
  32. "bugs":[
  33. {
  34. "description":"IE10 & 11 have [some bugs related to the `step` value](http://stackoverflow.com/questions/20241415/html5-number-input-field-step-attribute-broken-in-internet-explorer-10-and-inter)."
  35. },
  36. {
  37. "description":"IE10 & 11 [fire the \"change\" event instead of \"input\" on mousemove](http://hparra.github.io/html5-input-range/)."
  38. }
  39. ],
  40. "categories":[
  41. "HTML5"
  42. ],
  43. "stats":{
  44. "ie":{
  45. "5.5":"n",
  46. "6":"n",
  47. "7":"n",
  48. "8":"n",
  49. "9":"n",
  50. "10":"y",
  51. "11":"y"
  52. },
  53. "edge":{
  54. "12":"y",
  55. "13":"y",
  56. "14":"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":"y",
  83. "24":"y",
  84. "25":"y",
  85. "26":"y",
  86. "27":"y",
  87. "28":"y",
  88. "29":"y",
  89. "30":"y",
  90. "31":"y",
  91. "32":"y",
  92. "33":"y",
  93. "34":"y",
  94. "35":"y",
  95. "36":"y",
  96. "37":"y",
  97. "38":"y",
  98. "39":"y",
  99. "40":"y",
  100. "41":"y",
  101. "42":"y",
  102. "43":"y",
  103. "44":"y",
  104. "45":"y",
  105. "46":"y",
  106. "47":"y",
  107. "48":"y",
  108. "49":"y",
  109. "50":"y",
  110. "51":"y",
  111. "52":"y",
  112. "53":"y"
  113. },
  114. "chrome":{
  115. "4":"y",
  116. "5":"y",
  117. "6":"y",
  118. "7":"y",
  119. "8":"y",
  120. "9":"y",
  121. "10":"y",
  122. "11":"y",
  123. "12":"y",
  124. "13":"y",
  125. "14":"y",
  126. "15":"y",
  127. "16":"y",
  128. "17":"y",
  129. "18":"y",
  130. "19":"y",
  131. "20":"y",
  132. "21":"y",
  133. "22":"y",
  134. "23":"y",
  135. "24":"y",
  136. "25":"y",
  137. "26":"y",
  138. "27":"y",
  139. "28":"y",
  140. "29":"y",
  141. "30":"y",
  142. "31":"y",
  143. "32":"y",
  144. "33":"y",
  145. "34":"y",
  146. "35":"y",
  147. "36":"y",
  148. "37":"y",
  149. "38":"y",
  150. "39":"y",
  151. "40":"y",
  152. "41":"y",
  153. "42":"y",
  154. "43":"y",
  155. "44":"y",
  156. "45":"y",
  157. "46":"y",
  158. "47":"y",
  159. "48":"y",
  160. "49":"y",
  161. "50":"y",
  162. "51":"y",
  163. "52":"y",
  164. "53":"y",
  165. "54":"y",
  166. "55":"y",
  167. "56":"y",
  168. "57":"y"
  169. },
  170. "safari":{
  171. "3.1":"y",
  172. "3.2":"y",
  173. "4":"y",
  174. "5":"y",
  175. "5.1":"y",
  176. "6":"y",
  177. "6.1":"y",
  178. "7":"y",
  179. "7.1":"y",
  180. "8":"y",
  181. "9":"y",
  182. "9.1":"y",
  183. "10":"y",
  184. "TP":"y"
  185. },
  186. "opera":{
  187. "9":"y",
  188. "9.5-9.6":"y",
  189. "10.0-10.1":"y",
  190. "10.5":"y",
  191. "10.6":"y",
  192. "11":"y",
  193. "11.1":"y",
  194. "11.5":"y",
  195. "11.6":"y",
  196. "12":"y",
  197. "12.1":"y",
  198. "15":"y",
  199. "16":"y",
  200. "17":"y",
  201. "18":"y",
  202. "19":"y",
  203. "20":"y",
  204. "21":"y",
  205. "22":"y",
  206. "23":"y",
  207. "24":"y",
  208. "25":"y",
  209. "26":"y",
  210. "27":"y",
  211. "28":"y",
  212. "29":"y",
  213. "30":"y",
  214. "31":"y",
  215. "32":"y",
  216. "33":"y",
  217. "34":"y",
  218. "35":"y",
  219. "36":"y",
  220. "37":"y",
  221. "38":"y",
  222. "39":"y",
  223. "40":"y",
  224. "41":"y",
  225. "42":"y",
  226. "43":"y"
  227. },
  228. "ios_saf":{
  229. "3.2":"n",
  230. "4.0-4.1":"n",
  231. "4.2-4.3":"n",
  232. "5.0-5.1":"y",
  233. "6.0-6.1":"y",
  234. "7.0-7.1":"y",
  235. "8":"y",
  236. "8.1-8.4":"y",
  237. "9.0-9.2":"y",
  238. "9.3":"y",
  239. "10-10.1":"y"
  240. },
  241. "op_mini":{
  242. "all":"n"
  243. },
  244. "android":{
  245. "2.1":"a",
  246. "2.2":"a",
  247. "2.3":"a",
  248. "3":"a",
  249. "4":"a",
  250. "4.1":"a",
  251. "4.2-4.3":"y",
  252. "4.4":"y",
  253. "4.4.3-4.4.4":"y",
  254. "53":"y"
  255. },
  256. "bb":{
  257. "7":"y",
  258. "10":"y"
  259. },
  260. "op_mob":{
  261. "10":"y",
  262. "11":"y",
  263. "11.1":"y",
  264. "11.5":"y",
  265. "12":"y",
  266. "12.1":"y",
  267. "37":"y"
  268. },
  269. "and_chr":{
  270. "54":"y"
  271. },
  272. "and_ff":{
  273. "50":"y"
  274. },
  275. "ie_mob":{
  276. "10":"y",
  277. "11":"y"
  278. },
  279. "and_uc":{
  280. "11":"y"
  281. },
  282. "samsung":{
  283. "4":"y"
  284. }
  285. },
  286. "notes":"Currently all Android browsers with partial support hide the slider input field by default. However, the element [can be styled](http://tiffanybbrown.com/2012/02/07/input-typerange-and-androids-stock-browser/) to be made visible and usable.",
  287. "notes_by_num":{
  288. },
  289. "usage_perc_y":92.78,
  290. "usage_perc_a":0.23,
  291. "ucprefix":false,
  292. "parent":"forms",
  293. "keywords":"input type=\"range\"",
  294. "ie_id":"",
  295. "chrome_id":"",
  296. "firefox_id":"",
  297. "webkit_id":"",
  298. "shown":true
  299. }