details.json 9.1 KB

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