Ingen beskrivning

details.json 6.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. {
  2. "title":"Details & Summary elements",
  3. "description":"The <details> element generates a simple no-JavaScript widget to show/hide element contents, optionally by clicking on its child <summary> element.",
  4. "spec":"https://html.spec.whatwg.org/multipage/forms.html#the-details-element",
  5. "status":"ls",
  6. "links":[
  7. {
  8. "url":"https://mathiasbynens.be/notes/html5-details-jquery",
  9. "title":"jQuery fallback script"
  10. },
  11. {
  12. "url":"https://gist.github.com/370590",
  13. "title":"Fallback script"
  14. },
  15. {
  16. "url":"http://html5doctor.com/summary-figcaption-element/",
  17. "title":"HTML5 Doctor article"
  18. },
  19. {
  20. "url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-details",
  21. "title":"has.js test"
  22. },
  23. {
  24. "url":"https://www.webplatform.org/docs/html/elements/details",
  25. "title":"WebPlatform Docs"
  26. },
  27. {
  28. "url":"https://bugzilla.mozilla.org/show_bug.cgi?id=591737",
  29. "title":"Bug on Firefox support"
  30. },
  31. {
  32. "url":"https://github.com/javan/details-element-polyfill",
  33. "title":"Details Element Polyfill"
  34. }
  35. ],
  36. "bugs":[
  37. {
  38. "description":"`<select>` within `<details>` elements won't have their value changed on the Android browser shipped with most of Samsung's devices (i.e. Note 3, Galaxy 5)\r\nThe picker will appear, but attempting to select any option won't update the `<select>` or trigger any event."
  39. },
  40. {
  41. "description":"In Chrome, when using the common inherit box-sizing fix (https://www.paulirish.com/2012/box-sizing-border-box-ftw/) in combination with a `<details>` element, the children of the `<details>` element get rendered as if they were `box-sizing: content-box;`. See: https://codepen.io/jochemnabuurs/pen/yYzYqM"
  42. }
  43. ],
  44. "categories":[
  45. "HTML5"
  46. ],
  47. "stats":{
  48. "ie":{
  49. "5.5":"n",
  50. "6":"p",
  51. "7":"p",
  52. "8":"p",
  53. "9":"n",
  54. "10":"n",
  55. "11":"n"
  56. },
  57. "edge":{
  58. "12":"n",
  59. "13":"n",
  60. "14":"n",
  61. "15":"n",
  62. "16":"n",
  63. "17":"n"
  64. },
  65. "firefox":{
  66. "2":"n",
  67. "3":"p",
  68. "3.5":"p",
  69. "3.6":"p",
  70. "4":"p",
  71. "5":"p",
  72. "6":"p",
  73. "7":"p",
  74. "8":"p",
  75. "9":"p",
  76. "10":"p",
  77. "11":"p",
  78. "12":"p",
  79. "13":"p",
  80. "14":"p",
  81. "15":"p",
  82. "16":"p",
  83. "17":"p",
  84. "18":"p",
  85. "19":"p",
  86. "20":"p",
  87. "21":"p",
  88. "22":"p",
  89. "23":"p",
  90. "24":"p",
  91. "25":"p",
  92. "26":"p",
  93. "27":"p",
  94. "28":"p",
  95. "29":"p",
  96. "30":"p",
  97. "31":"p",
  98. "32":"p",
  99. "33":"p",
  100. "34":"p",
  101. "35":"p",
  102. "36":"p",
  103. "37":"p",
  104. "38":"p",
  105. "39":"p",
  106. "40":"p",
  107. "41":"p",
  108. "42":"p",
  109. "43":"p",
  110. "44":"p",
  111. "45":"p",
  112. "46":"p",
  113. "47":"n d #1",
  114. "48":"n d #1",
  115. "49":"y",
  116. "50":"y",
  117. "51":"y",
  118. "52":"y",
  119. "53":"y",
  120. "54":"y",
  121. "55":"y",
  122. "56":"y",
  123. "57":"y",
  124. "58":"y",
  125. "59":"y",
  126. "60":"y",
  127. "61":"y"
  128. },
  129. "chrome":{
  130. "4":"p",
  131. "5":"p",
  132. "6":"p",
  133. "7":"p",
  134. "8":"p",
  135. "9":"p",
  136. "10":"p",
  137. "11":"p",
  138. "12":"y #2 #3",
  139. "13":"y #2 #3",
  140. "14":"y #2 #3",
  141. "15":"y #2 #3",
  142. "16":"y #2 #3",
  143. "17":"y #2 #3",
  144. "18":"y #2 #3",
  145. "19":"y #2",
  146. "20":"y #2",
  147. "21":"y #2",
  148. "22":"y #2",
  149. "23":"y #2",
  150. "24":"y #2",
  151. "25":"y #2",
  152. "26":"y #2",
  153. "27":"y #2",
  154. "28":"y #2",
  155. "29":"y #2",
  156. "30":"y #2",
  157. "31":"y #2",
  158. "32":"y #2",
  159. "33":"y #2",
  160. "34":"y #2",
  161. "35":"y #2",
  162. "36":"y",
  163. "37":"y",
  164. "38":"y",
  165. "39":"y",
  166. "40":"y",
  167. "41":"y",
  168. "42":"y",
  169. "43":"y",
  170. "44":"y",
  171. "45":"y",
  172. "46":"y",
  173. "47":"y",
  174. "48":"y",
  175. "49":"y",
  176. "50":"y",
  177. "51":"y",
  178. "52":"y",
  179. "53":"y",
  180. "54":"y",
  181. "55":"y",
  182. "56":"y",
  183. "57":"y",
  184. "58":"y",
  185. "59":"y",
  186. "60":"y",
  187. "61":"y",
  188. "62":"y",
  189. "63":"y",
  190. "64":"y",
  191. "65":"y",
  192. "66":"y",
  193. "67":"y"
  194. },
  195. "safari":{
  196. "3.1":"p",
  197. "3.2":"p",
  198. "4":"p",
  199. "5":"p",
  200. "5.1":"p",
  201. "6":"y #2",
  202. "6.1":"y #2",
  203. "7":"y #2",
  204. "7.1":"y #2",
  205. "8":"y #2",
  206. "9":"y #2",
  207. "9.1":"y #2",
  208. "10":"y #2",
  209. "10.1":"y",
  210. "11":"y",
  211. "11.1":"y",
  212. "TP":"y"
  213. },
  214. "opera":{
  215. "9":"p",
  216. "9.5-9.6":"p",
  217. "10.0-10.1":"p",
  218. "10.5":"p",
  219. "10.6":"p",
  220. "11":"p",
  221. "11.1":"n",
  222. "11.5":"n",
  223. "11.6":"n",
  224. "12":"n",
  225. "12.1":"n",
  226. "15":"y",
  227. "16":"y",
  228. "17":"y",
  229. "18":"y",
  230. "19":"y",
  231. "20":"y",
  232. "21":"y",
  233. "22":"y",
  234. "23":"y",
  235. "24":"y",
  236. "25":"y",
  237. "26":"y",
  238. "27":"y",
  239. "28":"y",
  240. "29":"y",
  241. "30":"y",
  242. "31":"y",
  243. "32":"y",
  244. "33":"y",
  245. "34":"y",
  246. "35":"y",
  247. "36":"y",
  248. "37":"y",
  249. "38":"y",
  250. "39":"y",
  251. "40":"y",
  252. "41":"y",
  253. "42":"y",
  254. "43":"y",
  255. "44":"y",
  256. "45":"y",
  257. "46":"y",
  258. "47":"y",
  259. "48":"y",
  260. "49":"y",
  261. "50":"y",
  262. "51":"y",
  263. "52":"y"
  264. },
  265. "ios_saf":{
  266. "3.2":"p",
  267. "4.0-4.1":"p",
  268. "4.2-4.3":"p",
  269. "5.0-5.1":"p",
  270. "6.0-6.1":"y",
  271. "7.0-7.1":"y",
  272. "8":"y",
  273. "8.1-8.4":"y",
  274. "9.0-9.2":"y",
  275. "9.3":"y",
  276. "10.0-10.2":"y",
  277. "10.3":"y",
  278. "11.0-11.2":"y",
  279. "11.3":"y"
  280. },
  281. "op_mini":{
  282. "all":"p"
  283. },
  284. "android":{
  285. "2.1":"p",
  286. "2.2":"p",
  287. "2.3":"p",
  288. "3":"p",
  289. "4":"y",
  290. "4.1":"y",
  291. "4.2-4.3":"y",
  292. "4.4":"y",
  293. "4.4.3-4.4.4":"y",
  294. "62":"y"
  295. },
  296. "bb":{
  297. "7":"p",
  298. "10":"y"
  299. },
  300. "op_mob":{
  301. "10":"p",
  302. "11":"p",
  303. "11.1":"p",
  304. "11.5":"p",
  305. "12":"p",
  306. "12.1":"p",
  307. "37":"y"
  308. },
  309. "and_chr":{
  310. "64":"y"
  311. },
  312. "and_ff":{
  313. "57":"y"
  314. },
  315. "ie_mob":{
  316. "10":"n",
  317. "11":"n"
  318. },
  319. "and_uc":{
  320. "11.8":"y #2 #3"
  321. },
  322. "samsung":{
  323. "4":"y",
  324. "5":"y",
  325. "6.2":"y"
  326. },
  327. "and_qq":{
  328. "1.2":"y"
  329. },
  330. "baidu":{
  331. "7.12":"y"
  332. }
  333. },
  334. "notes":"",
  335. "notes_by_num":{
  336. "1":"Enabled in Firefox through the `dom.details_element.enabled` flag",
  337. "2":"'toggle' event is not supported",
  338. "3":"<summary> is not keyboard accessible"
  339. },
  340. "usage_perc_y":88.91,
  341. "usage_perc_a":0,
  342. "ucprefix":false,
  343. "parent":"",
  344. "keywords":"",
  345. "ie_id":"detailssummary",
  346. "chrome_id":"5348024557502464",
  347. "firefox_id":"",
  348. "webkit_id":"",
  349. "shown":true
  350. }