Skip to content

Accessibility changes to match EU accessibility requirements (EN 301 549) that become mandatory in June 2025 #4425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rodica-andronache opened this issue May 29, 2025 · 0 comments
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.

Comments

@rodica-andronache
Copy link
Contributor

rodica-andronache commented May 29, 2025

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:

  • Ensure aria-expanded attributes are updated on keyboard focus and interaction
  • Allow submenus to be opened via arrow keys or TAB navigation -> Right now, the submenus can be accessed by using TAB and ENTER on the small arrow icons.
    However, this behaviour might not be enough from an accessibility perspective.

According to WCAG 2.1 AA and EN 301 549 requirements, dropdown menus should:

  • Open automatically when their parent item receives keyboard focus;
  • Be fully navigable using TAB alone (without ENTER on decorative icons);
  • Use proper 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

@rodica-andronache rodica-andronache added the new feature Request for a new feature or functionality to be added to the project. label May 29, 2025
@pirate-bot pirate-bot added the customer report Indicates the request came from a customer. label May 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants