|
|
|
|
|
by 1-more
227 days ago
|
|
what's annoying about that example is that all of those <div>s could be buttons with no other changes. The only content inside the button <div> is the title and folder icon, not the list of examples associated with that title. That's just fine for a button! The other thing I'd do is add `aria-controls=folder0` to the button that toggles visibility of the list with `id=folder0` |
|