dataset.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. {
  2. "title":"dataset & data-* attributes",
  3. "description":"Method of applying and accessing custom data to elements.",
  4. "spec":"https://html.spec.whatwg.org/multipage/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes",
  5. "status":"ls",
  6. "links":[
  7. {
  8. "url":"http://html5doctor.com/html5-custom-data-attributes/",
  9. "title":"HTML5 Doctor article"
  10. },
  11. {
  12. "url":"http://html5demos.com/dataset",
  13. "title":"Demo using dataset"
  14. },
  15. {
  16. "url":"https://raw.github.com/phiggins42/has.js/master/detect/dom.js#dom-dataset",
  17. "title":"has.js test"
  18. },
  19. {
  20. "url":"http://docs.webplatform.org/wiki/html/attributes/data-*",
  21. "title":"WebPlatform Docs"
  22. },
  23. {
  24. "url":"https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement.dataset",
  25. "title":"MDN Reference - dataset"
  26. },
  27. {
  28. "url":"https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_data_attributes",
  29. "title":"MDN Guide - Using data-* attributes"
  30. },
  31. {
  32. "url":"https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/15885483-support-dataset-and-data-attributes-on-svg-element",
  33. "title":"MS Edge UserVoice #15885483: Support dataset and data attributes on SVG elements"
  34. }
  35. ],
  36. "bugs":[
  37. {
  38. "description":"Android 2.3 cannot read `data-*` properties from `select` elements.\r\n"
  39. }
  40. ],
  41. "categories":[
  42. "HTML5"
  43. ],
  44. "stats":{
  45. "ie":{
  46. "5.5":"a",
  47. "6":"a",
  48. "7":"a",
  49. "8":"a",
  50. "9":"a",
  51. "10":"a",
  52. "11":"y"
  53. },
  54. "edge":{
  55. "12":"y",
  56. "13":"y",
  57. "14":"y"
  58. },
  59. "firefox":{
  60. "2":"a",
  61. "3":"a",
  62. "3.5":"a",
  63. "3.6":"a",
  64. "4":"a",
  65. "5":"a",
  66. "6":"y",
  67. "7":"y",
  68. "8":"y",
  69. "9":"y",
  70. "10":"y",
  71. "11":"y",
  72. "12":"y",
  73. "13":"y",
  74. "14":"y",
  75. "15":"y",
  76. "16":"y",
  77. "17":"y",
  78. "18":"y",
  79. "19":"y",
  80. "20":"y",
  81. "21":"y",
  82. "22":"y",
  83. "23":"y",
  84. "24":"y",
  85. "25":"y",
  86. "26":"y",
  87. "27":"y",
  88. "28":"y",
  89. "29":"y",
  90. "30":"y",
  91. "31":"y",
  92. "32":"y",
  93. "33":"y",
  94. "34":"y",
  95. "35":"y",
  96. "36":"y",
  97. "37":"y",
  98. "38":"y",
  99. "39":"y",
  100. "40":"y",
  101. "41":"y",
  102. "42":"y",
  103. "43":"y",
  104. "44":"y",
  105. "45":"y",
  106. "46":"y",
  107. "47":"y",
  108. "48":"y",
  109. "49":"y",
  110. "50":"y",
  111. "51":"y #1",
  112. "52":"y #1",
  113. "53":"y #1"
  114. },
  115. "chrome":{
  116. "4":"a",
  117. "5":"a",
  118. "6":"a",
  119. "7":"y #1",
  120. "8":"y #1",
  121. "9":"y #1",
  122. "10":"y #1",
  123. "11":"y #1",
  124. "12":"y #1",
  125. "13":"y #1",
  126. "14":"y #1",
  127. "15":"y #1",
  128. "16":"y #1",
  129. "17":"y #1",
  130. "18":"y #1",
  131. "19":"y #1",
  132. "20":"y #1",
  133. "21":"y #1",
  134. "22":"y #1",
  135. "23":"y #1",
  136. "24":"y #1",
  137. "25":"y #1",
  138. "26":"y #1",
  139. "27":"y #1",
  140. "28":"y #1",
  141. "29":"y #1",
  142. "30":"y #1",
  143. "31":"y #1",
  144. "32":"y #1",
  145. "33":"y #1",
  146. "34":"y #1",
  147. "35":"y #1",
  148. "36":"y #1",
  149. "37":"y #1",
  150. "38":"y #1",
  151. "39":"y #1",
  152. "40":"y #1",
  153. "41":"y #1",
  154. "42":"y #1",
  155. "43":"y #1",
  156. "44":"y #1",
  157. "45":"y",
  158. "46":"y",
  159. "47":"y",
  160. "48":"y",
  161. "49":"y",
  162. "50":"y",
  163. "51":"y",
  164. "52":"y",
  165. "53":"y",
  166. "54":"y",
  167. "55":"y #1",
  168. "56":"y #1",
  169. "57":"y #1"
  170. },
  171. "safari":{
  172. "3.1":"a",
  173. "3.2":"a",
  174. "4":"a",
  175. "5":"a",
  176. "5.1":"y #1",
  177. "6":"y #1",
  178. "6.1":"y #1",
  179. "7":"y #1",
  180. "7.1":"y #1",
  181. "8":"y #1",
  182. "9":"y #1",
  183. "9.1":"y #1",
  184. "10":"y #1",
  185. "TP":"y #1"
  186. },
  187. "opera":{
  188. "9":"a",
  189. "9.5-9.6":"a",
  190. "10.0-10.1":"a",
  191. "10.5":"a",
  192. "10.6":"a",
  193. "11":"a",
  194. "11.1":"y",
  195. "11.5":"y",
  196. "11.6":"y",
  197. "12":"y",
  198. "12.1":"y",
  199. "15":"y #1",
  200. "16":"y #1",
  201. "17":"y #1",
  202. "18":"y #1",
  203. "19":"y #1",
  204. "20":"y #1",
  205. "21":"y #1",
  206. "22":"y #1",
  207. "23":"y #1",
  208. "24":"y #1",
  209. "25":"y #1",
  210. "26":"y #1",
  211. "27":"y #1",
  212. "28":"y #1",
  213. "29":"y #1",
  214. "30":"y #1",
  215. "31":"y #1",
  216. "32":"y",
  217. "33":"y",
  218. "34":"y",
  219. "35":"y",
  220. "36":"y",
  221. "37":"y",
  222. "38":"y",
  223. "39":"y",
  224. "40":"y",
  225. "41":"y",
  226. "42":"y #1",
  227. "43":"y #1"
  228. },
  229. "ios_saf":{
  230. "3.2":"a",
  231. "4.0-4.1":"a",
  232. "4.2-4.3":"a",
  233. "5.0-5.1":"y #1",
  234. "6.0-6.1":"y #1",
  235. "7.0-7.1":"y #1",
  236. "8":"y #1",
  237. "8.1-8.4":"y #1",
  238. "9.0-9.2":"y #1",
  239. "9.3":"y #1",
  240. "10-10.1":"y #1"
  241. },
  242. "op_mini":{
  243. "all":"a"
  244. },
  245. "android":{
  246. "2.1":"a",
  247. "2.2":"a",
  248. "2.3":"a",
  249. "3":"y #1",
  250. "4":"y #1",
  251. "4.1":"y #1",
  252. "4.2-4.3":"y #1",
  253. "4.4":"y #1",
  254. "4.4.3-4.4.4":"y #1",
  255. "53":"y #1"
  256. },
  257. "bb":{
  258. "7":"y #1",
  259. "10":"y #1"
  260. },
  261. "op_mob":{
  262. "10":"a",
  263. "11":"a",
  264. "11.1":"y",
  265. "11.5":"y",
  266. "12":"y",
  267. "12.1":"y",
  268. "37":"y #1"
  269. },
  270. "and_chr":{
  271. "54":"y"
  272. },
  273. "and_ff":{
  274. "50":"y"
  275. },
  276. "ie_mob":{
  277. "10":"a",
  278. "11":"y"
  279. },
  280. "and_uc":{
  281. "11":"y #1"
  282. },
  283. "samsung":{
  284. "4":"y #1"
  285. }
  286. },
  287. "notes":"Partial support refers to being able to use `data-*` attributes and access them using `getAttribute`. \r\n\r\n\"Supported\" refers to accessing the values using the `dataset` property. Current spec only refers to support on HTML elements, only some browsers also have support for SVG/MathML elements.",
  288. "notes_by_num":{
  289. "1":"While the HTML spec doesn't require it, these browsers also support `dataset` and `data-*` attributes on SVG elements, in compliance with [current plans for SVG2](http://www.w3.org/2015/01/15-svg-minutes.html#item03)"
  290. },
  291. "usage_perc_y":92.69,
  292. "usage_perc_a":5.44,
  293. "ucprefix":false,
  294. "parent":"",
  295. "keywords":"DOMStringMap",
  296. "ie_id":"",
  297. "chrome_id":"",
  298. "firefox_id":"",
  299. "webkit_id":"",
  300. "shown":true
  301. }