Accessibility changes to match EU accessibility requirements (EN 301 549) that become mandatory in June 2025 #4425
Labels
customer report
Indicates the request came from a customer.
new feature
Request for a new feature or functionality to be added to the project.
Uh oh!
There was an error while loading. Please reload this page.
What problem does this address?
This user mentioned that in June 2025 , EU accessibility requirements (EN 301 549) become mandatory, and we would need some changes in Neve to accommodate that:
aria-expanded
attributes are updated on keyboard focus and interactionHowever, this behaviour might not be enough from an accessibility perspective.
According to WCAG 2.1 AA and EN 301 549 requirements, dropdown menus should:
aria-haspopup
,aria-expanded
, and semantic roles for screen readers.In the current implementation, the arrow is not clearly announced as an interactive control, and some users (especially with screen readers or assistive devices) may not realise they have to "activate" it.
What is your proposed solution?
accommodate the mentioned changes
Will this feature require documentation? (Optional)
None
The text was updated successfully, but these errors were encountered: