Detailed overview of the accessibility features implemented in CoreUI Vue Chip Set, ensuring compliance with WAI-ARIA guidelines.
On this page
Accessibility
- The chip set manages roving focus, so the arrow keys move focus between chips rather than relying on the browser’s default tab order.
- Add a descriptive
aria-labelto the chip set when the group has a meaningful role (e.g., “Applied filters”). - Selection state is reflected on each chip via
aria-selected; see the Chip accessibility notes.