We should use the details HTML element to surround lists/objects so that they can be quickly collapsed. We should probably have an empty summary element so that just the arrow shows up for collapsing (how do screen readers feel about this?)
I decided to remove this after adding it in because I couldn't figure out how to make it look nice. Ended up adding a bunch of redundant sections all over the place and caused more harm than good.
We should use the
details
HTML element to surround lists/objects so that they can be quickly collapsed. We should probably have an emptysummary
element so that just the arrow shows up for collapsing (how do screen readers feel about this?)