Notes from my talk Details on <details>
at Brooklyn JS on 2018/07/19.
Safari bug with(fixed)<details>
when used withrem
- Safari bug with
<summary>
anddisplay: flex
Chrome bug where(fixed)<summary>
triangle marker color doesn't update as CSS is applied
- Should interactive elements inside of
<summary>
be banned? - Shouldn't/Why doesn't
toggle
event bubble? - Should
<summary>
be unselectable? - How it went from
<legend>
to<dt/dd>
to<summary>
- That time
<details>
almost got removed - Why semantic elements and built-in accessibility are important
- Seaching inside of
<details>
withbeforematch
event