Codeinwp / Codeinwp/neve

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

Open
#4,425 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

customer report enhancement
Dominant language
PHP
Stars
306
Forks
88
Avg merge
2d 16h
Merged PRs (30d)
12

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating Neve’s current submenu arrow keyboard handling and the code that sets its ARIA attributes; the issue names no files or tests. Verify the resulting menus against the requested keyboard-focus, TAB or arrow-key navigation, aria-haspopup, aria-expanded, and screen-reader behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
accessibility, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.