-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
affected/v17area/frontendstate/needs-investigationThis requires input from HQ or community to proceedThis requires input from HQ or community to proceedtype/bug
Description
Which Umbraco version are you using?
17.2
Bug summary
While doing a simple WCAG Audit of the backoffice I noticed some bugs.
- The contrast of the filters buttons are insufficient (1.4.3)
- The filters buttons do not communicate their state to screen readers. They do receive an
activeclass for styling purposes but should have anaria-pressedstate for example. - The buttons are not linked to the content they're displaying either using
aria-controlsor making the buttons container atablist, withtabpanelsandtabs. - Switching between the buttons doesn't announce the new content being displayed.
Specifics
Backoffice search
Steps to reproduce
Press the loop icon in the top bar in the backoffice
Expected result / actual result
An accessible way of searching in Umbraco using buttons with sufficient contrast, announced content changes and clear information about the active search filter.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
affected/v17area/frontendstate/needs-investigationThis requires input from HQ or community to proceedThis requires input from HQ or community to proceedtype/bug