owncloud-design-system
owncloud-design-system copied to clipboard
Accordion improvements
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)
accessibility: visible focus
Fixed with https://github.com/owncloud/owncloud-design-system/pull/1158