css-placeholder.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. {
  2. "title":"::placeholder CSS pseudo-element",
  3. "description":"The ::placeholder pseudo-element represents placeholder text in an input field: text that represents the input and provides a hint to the user on how to fill out the form. For example, a date-input field might have the placeholder text `YYYY/MM/DD` to clarify that numeric dates are to be entered in year-month-day order.",
  4. "spec":"http://dev.w3.org/csswg/css-pseudo-4/#placeholder-pseudo",
  5. "status":"wd",
  6. "links":[
  7. {
  8. "url":"http://msdn.microsoft.com/en-us/library/ie/hh772745(v=vs.85).aspx",
  9. "title":"MSDN article"
  10. },
  11. {
  12. "url":"http://css-tricks.com/snippets/css/style-placeholder-text/",
  13. "title":"CSS-Tricks article with all prefixes"
  14. },
  15. {
  16. "url":"http://wiki.csswg.org/ideas/placeholder-styling",
  17. "title":"CSSWG discussion"
  18. },
  19. {
  20. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/::-moz-placeholder",
  21. "title":"MDN article"
  22. },
  23. {
  24. "url":"https://bugzilla.mozilla.org/show_bug.cgi?id=1069012",
  25. "title":"Mozilla Bug 1069012 - unprefix :placeholder-shown pseudo-class and ::placeholder pseudo-element"
  26. }
  27. ],
  28. "bugs":[
  29. ],
  30. "categories":[
  31. "CSS"
  32. ],
  33. "stats":{
  34. "ie":{
  35. "5.5":"n",
  36. "6":"n",
  37. "7":"n",
  38. "8":"n",
  39. "9":"n",
  40. "10":"a x",
  41. "11":"a x"
  42. },
  43. "edge":{
  44. "12":"a x",
  45. "13":"a x",
  46. "14":"a x"
  47. },
  48. "firefox":{
  49. "2":"n",
  50. "3":"n",
  51. "3.5":"n",
  52. "3.6":"n",
  53. "4":"a x #1",
  54. "5":"a x #1",
  55. "6":"a x #1",
  56. "7":"a x #1",
  57. "8":"a x #1",
  58. "9":"a x #1",
  59. "10":"a x #1",
  60. "11":"a x #1",
  61. "12":"a x #1",
  62. "13":"a x #1",
  63. "14":"a x #1",
  64. "15":"a x #1",
  65. "16":"a x #1",
  66. "17":"a x #1",
  67. "18":"a x #1",
  68. "19":"y x",
  69. "20":"y x",
  70. "21":"y x",
  71. "22":"y x",
  72. "23":"y x",
  73. "24":"y x",
  74. "25":"y x",
  75. "26":"y x",
  76. "27":"y x",
  77. "28":"y x",
  78. "29":"y x",
  79. "30":"y x",
  80. "31":"y x",
  81. "32":"y x",
  82. "33":"y x",
  83. "34":"y x",
  84. "35":"y x",
  85. "36":"y x",
  86. "37":"y x",
  87. "38":"y x",
  88. "39":"y x",
  89. "40":"y x",
  90. "41":"y x",
  91. "42":"y x",
  92. "43":"y x",
  93. "44":"y x",
  94. "45":"y x",
  95. "46":"y x",
  96. "47":"y x",
  97. "48":"y x",
  98. "49":"y x",
  99. "50":"y x",
  100. "51":"y",
  101. "52":"y",
  102. "53":"y"
  103. },
  104. "chrome":{
  105. "4":"a x",
  106. "5":"a x",
  107. "6":"a x",
  108. "7":"a x",
  109. "8":"a x",
  110. "9":"a x",
  111. "10":"a x",
  112. "11":"a x",
  113. "12":"a x",
  114. "13":"a x",
  115. "14":"a x",
  116. "15":"a x",
  117. "16":"a x",
  118. "17":"a x",
  119. "18":"a x",
  120. "19":"a x",
  121. "20":"a x",
  122. "21":"a x",
  123. "22":"a x",
  124. "23":"a x",
  125. "24":"a x",
  126. "25":"a x",
  127. "26":"a x",
  128. "27":"a x",
  129. "28":"a x",
  130. "29":"a x",
  131. "30":"a x",
  132. "31":"a x",
  133. "32":"a x",
  134. "33":"a x",
  135. "34":"a x",
  136. "35":"a x",
  137. "36":"a x",
  138. "37":"a x",
  139. "38":"a x",
  140. "39":"a x",
  141. "40":"a x",
  142. "41":"a x",
  143. "42":"a x",
  144. "43":"a x",
  145. "44":"a x",
  146. "45":"a x",
  147. "46":"a x",
  148. "47":"a x",
  149. "48":"a x",
  150. "49":"a x",
  151. "50":"a x",
  152. "51":"a x",
  153. "52":"a x",
  154. "53":"a x",
  155. "54":"a x",
  156. "55":"a x",
  157. "56":"a x",
  158. "57":"y"
  159. },
  160. "safari":{
  161. "3.1":"n",
  162. "3.2":"n",
  163. "4":"n",
  164. "5":"a x",
  165. "5.1":"a x",
  166. "6":"a x",
  167. "6.1":"a x",
  168. "7":"a x",
  169. "7.1":"a x",
  170. "8":"a x",
  171. "9":"a x",
  172. "9.1":"a x",
  173. "10":"a x",
  174. "TP":"y"
  175. },
  176. "opera":{
  177. "9":"n",
  178. "9.5-9.6":"n",
  179. "10.0-10.1":"n",
  180. "10.5":"n",
  181. "10.6":"n",
  182. "11":"n",
  183. "11.1":"n",
  184. "11.5":"n",
  185. "11.6":"n",
  186. "12":"n",
  187. "12.1":"n",
  188. "15":"a x",
  189. "16":"a x",
  190. "17":"a x",
  191. "18":"a x",
  192. "19":"a x",
  193. "20":"a x",
  194. "21":"a x",
  195. "22":"a x",
  196. "23":"a x",
  197. "24":"a x",
  198. "25":"a x",
  199. "26":"a x",
  200. "27":"a x",
  201. "28":"a x",
  202. "29":"a x",
  203. "30":"a x",
  204. "31":"a x",
  205. "32":"a x",
  206. "33":"a x",
  207. "34":"a x",
  208. "35":"a x",
  209. "36":"a x",
  210. "37":"a x",
  211. "38":"a x",
  212. "39":"a x",
  213. "40":"a x",
  214. "41":"a x",
  215. "42":"a x",
  216. "43":"a x"
  217. },
  218. "ios_saf":{
  219. "3.2":"n",
  220. "4.0-4.1":"n",
  221. "4.2-4.3":"a x",
  222. "5.0-5.1":"a x",
  223. "6.0-6.1":"a x",
  224. "7.0-7.1":"a x",
  225. "8":"a x",
  226. "8.1-8.4":"a x",
  227. "9.0-9.2":"a x",
  228. "9.3":"a x",
  229. "10-10.1":"a x"
  230. },
  231. "op_mini":{
  232. "all":"n"
  233. },
  234. "android":{
  235. "2.1":"a x",
  236. "2.2":"a x",
  237. "2.3":"a x",
  238. "3":"a x",
  239. "4":"a x",
  240. "4.1":"a x",
  241. "4.2-4.3":"a x",
  242. "4.4":"a x",
  243. "4.4.3-4.4.4":"a x",
  244. "53":"a x"
  245. },
  246. "bb":{
  247. "7":"a x",
  248. "10":"a x"
  249. },
  250. "op_mob":{
  251. "10":"n",
  252. "11":"n",
  253. "11.1":"n",
  254. "11.5":"n",
  255. "12":"n",
  256. "12.1":"n",
  257. "37":"a x"
  258. },
  259. "and_chr":{
  260. "54":"a x"
  261. },
  262. "and_ff":{
  263. "50":"y x"
  264. },
  265. "ie_mob":{
  266. "10":"a x",
  267. "11":"a x"
  268. },
  269. "and_uc":{
  270. "11":"a x"
  271. },
  272. "samsung":{
  273. "4":"a x"
  274. }
  275. },
  276. "notes":"Partial support refers to using alternate names:\r\n`::-webkit-input-placeholder` for Chrome/Safari/Opera ([Chrome issue #623345](https://bugs.chromium.org/p/chromium/issues/detail?id=623345))\r\n`:-ms-input-placeholder` for IE. \r\n`::-ms-input-placeholder` for Edge (also supports webkit prefix)",
  277. "notes_by_num":{
  278. "1":"Firefox 18 and below supported the `:-moz-placeholder` pseudo-class rather than the `::-moz-placeholder` pseudo-element."
  279. },
  280. "usage_perc_y":6.72,
  281. "usage_perc_a":86.21,
  282. "ucprefix":false,
  283. "parent":"",
  284. "keywords":"::placeholder,placeholder",
  285. "ie_id":"",
  286. "chrome_id":"",
  287. "firefox_id":"",
  288. "webkit_id":"",
  289. "shown":true
  290. }