owncloud-design-system icon indicating copy to clipboard operation
owncloud-design-system copied to clipboard

Accordion improvements

Open kulmann opened this issue 5 years ago • 1 comments

We recently re-implemented the accordion component. It still needs some adjustments/improvements, but we didn't want to block the initial release.

Things left to do:

  • [ ] vertical alignment of title is off (height is different than icons, vertical alignment fails)
  • [x] accessibility: visible focus
  • [ ] accessibility: down-arrow and up-arrow keystrokes should move between accordion item headers
  • [ ] animation on accordion body expanding/collapsing
  • [ ] add unit tests
  • [ ] add a11y tests
  • [ ] add separators for accordion items (no <hr />, but more of a proper component outline)

kulmann avatar Oct 28 '20 10:10 kulmann

accessibility: visible focus

Fixed with https://github.com/owncloud/owncloud-design-system/pull/1158

JammingBen avatar Mar 19 '21 11:03 JammingBen