input-placeholder.json 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. {
  2. "title":"input placeholder attribute",
  3. "description":"Method of setting placeholder text for text-like input fields, to suggest the expected inserted information.",
  4. "spec":"https://html.spec.whatwg.org/multipage/forms.html#attr-input-placeholder",
  5. "status":"ls",
  6. "links":[
  7. {
  8. "url":"http://www.zachleat.com/web/placeholder/",
  9. "title":"Article on usage"
  10. },
  11. {
  12. "url":"https://github.com/mathiasbynens/jquery-placeholder",
  13. "title":"Polyfill"
  14. },
  15. {
  16. "url":"https://raw.github.com/phiggins42/has.js/master/detect/form.js#input-attr-placeholder",
  17. "title":"has.js test"
  18. },
  19. {
  20. "url":"https://www.webplatform.org/docs/html/attributes/placeholder",
  21. "title":"WebPlatform Docs"
  22. },
  23. {
  24. "url":"https://code.google.com/p/android/issues/detail?id=24626",
  25. "title":"Issue 24626: Placeholder text for an input type="
  26. }
  27. ],
  28. "bugs":[
  29. {
  30. "description":"Internet Explorer 10 and 11 do not show the placeholder when the field is focused, even if the field is empty."
  31. },
  32. {
  33. "description":"Internet Explorer 10 and 11 fire the input event when an input field with a placeholder [is focused](https://connect.microsoft.com/IE/feedback/details/885747/ie-11-fires-the-input-event-when-a-input-field-with-placeholder-is-focused) or on page load when the placeholder [contains certain characters](https://jsfiddle.net/yiminghe/fm3rckaz/), like Chinese. "
  34. },
  35. {
  36. "description":"Internet Explorer 10 and 11 accidentally [show placeholder attributes on textareas as their actual value](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/101525/) when using `innerHTML`, etc.\r\n"
  37. }
  38. ],
  39. "categories":[
  40. "HTML5"
  41. ],
  42. "stats":{
  43. "ie":{
  44. "5.5":"n",
  45. "6":"n",
  46. "7":"n",
  47. "8":"n",
  48. "9":"n",
  49. "10":"y",
  50. "11":"y"
  51. },
  52. "edge":{
  53. "12":"y",
  54. "13":"y",
  55. "14":"y",
  56. "15":"y",
  57. "16":"y",
  58. "17":"y",
  59. "18":"y"
  60. },
  61. "firefox":{
  62. "2":"n",
  63. "3":"n",
  64. "3.5":"n",
  65. "3.6":"n",
  66. "4":"y",
  67. "5":"y",
  68. "6":"y",
  69. "7":"y",
  70. "8":"y",
  71. "9":"y",
  72. "10":"y",
  73. "11":"y",
  74. "12":"y",
  75. "13":"y",
  76. "14":"y",
  77. "15":"y",
  78. "16":"y",
  79. "17":"y",
  80. "18":"y",
  81. "19":"y",
  82. "20":"y",
  83. "21":"y",
  84. "22":"y",
  85. "23":"y",
  86. "24":"y",
  87. "25":"y",
  88. "26":"y",
  89. "27":"y",
  90. "28":"y",
  91. "29":"y",
  92. "30":"y",
  93. "31":"y",
  94. "32":"y",
  95. "33":"y",
  96. "34":"y",
  97. "35":"y",
  98. "36":"y",
  99. "37":"y",
  100. "38":"y",
  101. "39":"y",
  102. "40":"y",
  103. "41":"y",
  104. "42":"y",
  105. "43":"y",
  106. "44":"y",
  107. "45":"y",
  108. "46":"y",
  109. "47":"y",
  110. "48":"y",
  111. "49":"y",
  112. "50":"y",
  113. "51":"y",
  114. "52":"y",
  115. "53":"y",
  116. "54":"y",
  117. "55":"y",
  118. "56":"y",
  119. "57":"y",
  120. "58":"y",
  121. "59":"y",
  122. "60":"y",
  123. "61":"y",
  124. "62":"y",
  125. "63":"y",
  126. "64":"y",
  127. "65":"y",
  128. "66":"y"
  129. },
  130. "chrome":{
  131. "4":"y",
  132. "5":"y",
  133. "6":"y",
  134. "7":"y",
  135. "8":"y",
  136. "9":"y",
  137. "10":"y",
  138. "11":"y",
  139. "12":"y",
  140. "13":"y",
  141. "14":"y",
  142. "15":"y",
  143. "16":"y",
  144. "17":"y",
  145. "18":"y",
  146. "19":"y",
  147. "20":"y",
  148. "21":"y",
  149. "22":"y",
  150. "23":"y",
  151. "24":"y",
  152. "25":"y",
  153. "26":"y",
  154. "27":"y",
  155. "28":"y",
  156. "29":"y",
  157. "30":"y",
  158. "31":"y",
  159. "32":"y",
  160. "33":"y",
  161. "34":"y",
  162. "35":"y",
  163. "36":"y",
  164. "37":"y",
  165. "38":"y",
  166. "39":"y",
  167. "40":"y",
  168. "41":"y",
  169. "42":"y",
  170. "43":"y",
  171. "44":"y",
  172. "45":"y",
  173. "46":"y",
  174. "47":"y",
  175. "48":"y",
  176. "49":"y",
  177. "50":"y",
  178. "51":"y",
  179. "52":"y",
  180. "53":"y",
  181. "54":"y",
  182. "55":"y",
  183. "56":"y",
  184. "57":"y",
  185. "58":"y",
  186. "59":"y",
  187. "60":"y",
  188. "61":"y",
  189. "62":"y",
  190. "63":"y",
  191. "64":"y",
  192. "65":"y",
  193. "66":"y",
  194. "67":"y",
  195. "68":"y",
  196. "69":"y",
  197. "70":"y",
  198. "71":"y",
  199. "72":"y",
  200. "73":"y",
  201. "74":"y"
  202. },
  203. "safari":{
  204. "3.1":"a #1",
  205. "3.2":"a #1",
  206. "4":"a #1",
  207. "5":"y",
  208. "5.1":"y",
  209. "6":"y",
  210. "6.1":"y",
  211. "7":"y",
  212. "7.1":"y",
  213. "8":"y",
  214. "9":"y",
  215. "9.1":"y",
  216. "10":"y",
  217. "10.1":"y",
  218. "11":"y",
  219. "11.1":"y",
  220. "12":"y",
  221. "TP":"y"
  222. },
  223. "opera":{
  224. "9":"n",
  225. "9.5-9.6":"n",
  226. "10.0-10.1":"n",
  227. "10.5":"n",
  228. "10.6":"n",
  229. "11":"a #1",
  230. "11.1":"a #1",
  231. "11.5":"y",
  232. "11.6":"y",
  233. "12":"y",
  234. "12.1":"y",
  235. "15":"y",
  236. "16":"y",
  237. "17":"y",
  238. "18":"y",
  239. "19":"y",
  240. "20":"y",
  241. "21":"y",
  242. "22":"y",
  243. "23":"y",
  244. "24":"y",
  245. "25":"y",
  246. "26":"y",
  247. "27":"y",
  248. "28":"y",
  249. "29":"y",
  250. "30":"y",
  251. "31":"y",
  252. "32":"y",
  253. "33":"y",
  254. "34":"y",
  255. "35":"y",
  256. "36":"y",
  257. "37":"y",
  258. "38":"y",
  259. "39":"y",
  260. "40":"y",
  261. "41":"y",
  262. "42":"y",
  263. "43":"y",
  264. "44":"y",
  265. "45":"y",
  266. "46":"y",
  267. "47":"y",
  268. "48":"y",
  269. "49":"y",
  270. "50":"y",
  271. "51":"y",
  272. "52":"y",
  273. "53":"y",
  274. "54":"y",
  275. "55":"y",
  276. "56":"y",
  277. "57":"y"
  278. },
  279. "ios_saf":{
  280. "3.2":"y",
  281. "4.0-4.1":"y",
  282. "4.2-4.3":"y",
  283. "5.0-5.1":"y",
  284. "6.0-6.1":"y",
  285. "7.0-7.1":"y",
  286. "8":"y",
  287. "8.1-8.4":"y",
  288. "9.0-9.2":"y",
  289. "9.3":"y",
  290. "10.0-10.2":"y",
  291. "10.3":"y",
  292. "11.0-11.2":"y",
  293. "11.3-11.4":"y",
  294. "12.0-12.1":"y"
  295. },
  296. "op_mini":{
  297. "all":"y"
  298. },
  299. "android":{
  300. "2.1":"y",
  301. "2.2":"y",
  302. "2.3":"y",
  303. "3":"y",
  304. "4":"a",
  305. "4.1":"a",
  306. "4.2-4.3":"y",
  307. "4.4":"y",
  308. "4.4.3-4.4.4":"y",
  309. "67":"y"
  310. },
  311. "bb":{
  312. "7":"y",
  313. "10":"y"
  314. },
  315. "op_mob":{
  316. "10":"n",
  317. "11":"y",
  318. "11.1":"y",
  319. "11.5":"y",
  320. "12":"y",
  321. "12.1":"y",
  322. "46":"y"
  323. },
  324. "and_chr":{
  325. "70":"y"
  326. },
  327. "and_ff":{
  328. "63":"y"
  329. },
  330. "ie_mob":{
  331. "10":"y",
  332. "11":"y"
  333. },
  334. "and_uc":{
  335. "11.8":"y"
  336. },
  337. "samsung":{
  338. "4":"y",
  339. "5":"y",
  340. "6.2":"y",
  341. "7.2":"y"
  342. },
  343. "and_qq":{
  344. "1.2":"y"
  345. },
  346. "baidu":{
  347. "7.12":"y"
  348. }
  349. },
  350. "notes":"",
  351. "notes_by_num":{
  352. "1":"Partial support refers to lacking placeholder support on textarea elements."
  353. },
  354. "usage_perc_y":95.32,
  355. "usage_perc_a":0.19,
  356. "ucprefix":false,
  357. "parent":"forms",
  358. "keywords":"",
  359. "ie_id":"",
  360. "chrome_id":"",
  361. "firefox_id":"",
  362. "webkit_id":"",
  363. "shown":true
  364. }