details.json 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  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. "18":"n",
  65. "79":"y",
  66. "80":"y",
  67. "81":"y",
  68. "83":"y",
  69. "84":"y",
  70. "85":"y",
  71. "86":"y"
  72. },
  73. "firefox":{
  74. "2":"n",
  75. "3":"p",
  76. "3.5":"p",
  77. "3.6":"p",
  78. "4":"p",
  79. "5":"p",
  80. "6":"p",
  81. "7":"p",
  82. "8":"p",
  83. "9":"p",
  84. "10":"p",
  85. "11":"p",
  86. "12":"p",
  87. "13":"p",
  88. "14":"p",
  89. "15":"p",
  90. "16":"p",
  91. "17":"p",
  92. "18":"p",
  93. "19":"p",
  94. "20":"p",
  95. "21":"p",
  96. "22":"p",
  97. "23":"p",
  98. "24":"p",
  99. "25":"p",
  100. "26":"p",
  101. "27":"p",
  102. "28":"p",
  103. "29":"p",
  104. "30":"p",
  105. "31":"p",
  106. "32":"p",
  107. "33":"p",
  108. "34":"p",
  109. "35":"p",
  110. "36":"p",
  111. "37":"p",
  112. "38":"p",
  113. "39":"p",
  114. "40":"p",
  115. "41":"p",
  116. "42":"p",
  117. "43":"p",
  118. "44":"p",
  119. "45":"p",
  120. "46":"p",
  121. "47":"n d #1",
  122. "48":"n d #1",
  123. "49":"y",
  124. "50":"y",
  125. "51":"y",
  126. "52":"y",
  127. "53":"y",
  128. "54":"y",
  129. "55":"y",
  130. "56":"y",
  131. "57":"y",
  132. "58":"y",
  133. "59":"y",
  134. "60":"y",
  135. "61":"y",
  136. "62":"y",
  137. "63":"y",
  138. "64":"y",
  139. "65":"y",
  140. "66":"y",
  141. "67":"y",
  142. "68":"y",
  143. "69":"y",
  144. "70":"y",
  145. "71":"y",
  146. "72":"y",
  147. "73":"y",
  148. "74":"y",
  149. "75":"y",
  150. "76":"y",
  151. "77":"y",
  152. "78":"y",
  153. "79":"y",
  154. "80":"y",
  155. "81":"y",
  156. "82":"y",
  157. "83":"y"
  158. },
  159. "chrome":{
  160. "4":"p",
  161. "5":"p",
  162. "6":"p",
  163. "7":"p",
  164. "8":"p",
  165. "9":"p",
  166. "10":"p",
  167. "11":"p",
  168. "12":"y #2 #3",
  169. "13":"y #2 #3",
  170. "14":"y #2 #3",
  171. "15":"y #2 #3",
  172. "16":"y #2 #3",
  173. "17":"y #2 #3",
  174. "18":"y #2 #3",
  175. "19":"y #2",
  176. "20":"y #2",
  177. "21":"y #2",
  178. "22":"y #2",
  179. "23":"y #2",
  180. "24":"y #2",
  181. "25":"y #2",
  182. "26":"y #2",
  183. "27":"y #2",
  184. "28":"y #2",
  185. "29":"y #2",
  186. "30":"y #2",
  187. "31":"y #2",
  188. "32":"y #2",
  189. "33":"y #2",
  190. "34":"y #2",
  191. "35":"y #2",
  192. "36":"y",
  193. "37":"y",
  194. "38":"y",
  195. "39":"y",
  196. "40":"y",
  197. "41":"y",
  198. "42":"y",
  199. "43":"y",
  200. "44":"y",
  201. "45":"y",
  202. "46":"y",
  203. "47":"y",
  204. "48":"y",
  205. "49":"y",
  206. "50":"y",
  207. "51":"y",
  208. "52":"y",
  209. "53":"y",
  210. "54":"y",
  211. "55":"y",
  212. "56":"y",
  213. "57":"y",
  214. "58":"y",
  215. "59":"y",
  216. "60":"y",
  217. "61":"y",
  218. "62":"y",
  219. "63":"y",
  220. "64":"y",
  221. "65":"y",
  222. "66":"y",
  223. "67":"y",
  224. "68":"y",
  225. "69":"y",
  226. "70":"y",
  227. "71":"y",
  228. "72":"y",
  229. "73":"y",
  230. "74":"y",
  231. "75":"y",
  232. "76":"y",
  233. "77":"y",
  234. "78":"y",
  235. "79":"y",
  236. "80":"y",
  237. "81":"y",
  238. "83":"y",
  239. "84":"y",
  240. "85":"y",
  241. "86":"y",
  242. "87":"y",
  243. "88":"y",
  244. "89":"y"
  245. },
  246. "safari":{
  247. "3.1":"p",
  248. "3.2":"p",
  249. "4":"p",
  250. "5":"p",
  251. "5.1":"p",
  252. "6":"y #2",
  253. "6.1":"y #2",
  254. "7":"y #2",
  255. "7.1":"y #2",
  256. "8":"y #2",
  257. "9":"y #2",
  258. "9.1":"y #2",
  259. "10":"y #2",
  260. "10.1":"y #4",
  261. "11":"y #4",
  262. "11.1":"y #4",
  263. "12":"y",
  264. "12.1":"y",
  265. "13":"y",
  266. "13.1":"y",
  267. "14":"y",
  268. "TP":"y"
  269. },
  270. "opera":{
  271. "9":"p",
  272. "9.5-9.6":"p",
  273. "10.0-10.1":"p",
  274. "10.5":"p",
  275. "10.6":"p",
  276. "11":"p",
  277. "11.1":"n",
  278. "11.5":"n",
  279. "11.6":"n",
  280. "12":"n",
  281. "12.1":"n",
  282. "15":"y",
  283. "16":"y",
  284. "17":"y",
  285. "18":"y",
  286. "19":"y",
  287. "20":"y",
  288. "21":"y",
  289. "22":"y",
  290. "23":"y",
  291. "24":"y",
  292. "25":"y",
  293. "26":"y",
  294. "27":"y",
  295. "28":"y",
  296. "29":"y",
  297. "30":"y",
  298. "31":"y",
  299. "32":"y",
  300. "33":"y",
  301. "34":"y",
  302. "35":"y",
  303. "36":"y",
  304. "37":"y",
  305. "38":"y",
  306. "39":"y",
  307. "40":"y",
  308. "41":"y",
  309. "42":"y",
  310. "43":"y",
  311. "44":"y",
  312. "45":"y",
  313. "46":"y",
  314. "47":"y",
  315. "48":"y",
  316. "49":"y",
  317. "50":"y",
  318. "51":"y",
  319. "52":"y",
  320. "53":"y",
  321. "54":"y",
  322. "55":"y",
  323. "56":"y",
  324. "57":"y",
  325. "58":"y",
  326. "60":"y",
  327. "62":"y",
  328. "63":"y",
  329. "64":"y",
  330. "65":"y",
  331. "66":"y",
  332. "67":"y",
  333. "68":"y",
  334. "69":"y",
  335. "70":"y",
  336. "71":"y"
  337. },
  338. "ios_saf":{
  339. "3.2":"p",
  340. "4.0-4.1":"p",
  341. "4.2-4.3":"p",
  342. "5.0-5.1":"p",
  343. "6.0-6.1":"y",
  344. "7.0-7.1":"y",
  345. "8":"y",
  346. "8.1-8.4":"y",
  347. "9.0-9.2":"y",
  348. "9.3":"y",
  349. "10.0-10.2":"y #4",
  350. "10.3":"y #4",
  351. "11.0-11.2":"y #4",
  352. "11.3-11.4":"y",
  353. "12.0-12.1":"y",
  354. "12.2-12.4":"y",
  355. "13.0-13.1":"y",
  356. "13.2":"y",
  357. "13.3":"y",
  358. "13.4-13.7":"y",
  359. "14":"y"
  360. },
  361. "op_mini":{
  362. "all":"p"
  363. },
  364. "android":{
  365. "2.1":"p",
  366. "2.2":"p",
  367. "2.3":"p",
  368. "3":"p",
  369. "4":"y",
  370. "4.1":"y",
  371. "4.2-4.3":"y",
  372. "4.4":"y",
  373. "4.4.3-4.4.4":"y",
  374. "81":"y"
  375. },
  376. "bb":{
  377. "7":"p",
  378. "10":"y"
  379. },
  380. "op_mob":{
  381. "10":"p",
  382. "11":"p",
  383. "11.1":"p",
  384. "11.5":"p",
  385. "12":"p",
  386. "12.1":"p",
  387. "59":"y"
  388. },
  389. "and_chr":{
  390. "85":"y"
  391. },
  392. "and_ff":{
  393. "79":"y"
  394. },
  395. "ie_mob":{
  396. "10":"n",
  397. "11":"n"
  398. },
  399. "and_uc":{
  400. "12.12":"y #2 #3"
  401. },
  402. "samsung":{
  403. "4":"y",
  404. "5.0-5.4":"y",
  405. "6.2-6.4":"y",
  406. "7.2-7.4":"y",
  407. "8.2":"y",
  408. "9.2":"y",
  409. "10.1":"y",
  410. "11.1-11.2":"y",
  411. "12.0":"y"
  412. },
  413. "and_qq":{
  414. "10.4":"y"
  415. },
  416. "baidu":{
  417. "7.12":"y"
  418. },
  419. "kaios":{
  420. "2.5":"y"
  421. }
  422. },
  423. "notes":"",
  424. "notes_by_num":{
  425. "1":"Enabled in Firefox through the `dom.details_element.enabled` flag",
  426. "2":"'toggle' event is not supported",
  427. "3":"<summary> is not keyboard accessible",
  428. "4":"Some versions of Safari display smaller font-size than intended when using `rem` units with system fonts. (See: https://colloq.io/blog/safaris-detailssummary-rem-font-size-issue)"
  429. },
  430. "usage_perc_y":95.87,
  431. "usage_perc_a":0,
  432. "ucprefix":false,
  433. "parent":"",
  434. "keywords":"",
  435. "ie_id":"detailssummary",
  436. "chrome_id":"5348024557502464",
  437. "firefox_id":"",
  438. "webkit_id":"",
  439. "shown":true
  440. }