Change History
(11)
#1
@narenin
13 months ago
-
Keywords
has-testing-info added
Test Report
Environment
WordPress: 6.7-alpha-58576-src
PHP: 8.1.23
Server: nginx/1.16.0
Database: mysqli (Server: 8.0.16 / Client: mysqlnd 8.1.23)
Browser: Chrome 126.0.0.0 (macOS)
Theme: Twenty Twenty Version: 2.7
Expected Results
✅ Aria role error has been fixed.
#2
@sabernhardt
13 months ago
-
Component
changed from Administration to Toolbar
-
Summary
changed from Accessibility: Lighthouse show in valid ARIA role error. to Lighthouse shows invalid ARIA role error for role="group"
#3
@joedolson
13 months ago
The test in Lighthouse is incorrect; the group role is permitted on list items as long as the parent list does *not* have the list role. The parent node in this case is a ul with role="menu", so it is correct.
Recommend closing.
#5
@joedolson
12 months ago
-
Milestone
Awaiting Review deleted
-
Resolution
set to invalid
-
Status
changed from new to closed
Closing as invalid following discussion in the accessibility bug scrub.
#6
@phatakraj
9 months ago
I recently face this, but as read above mentioned
. Now How to fix this? Is this forum closed?
#7
@joedolson
8 months ago
You're welcome to make comments if you believe that this is a problem that needs to be addressed. However, we're not going to remove existing semantics just because some testing tools incorrectly register this as an error.
#10
@yanshgupta
3 weeks ago
Thank you for the clarification. I completely understand the reasoning behind keeping the current semantics. That said, I’ve also encountered the same ARIA role error in my environment, particularly in the admin bar
. Just wanted to share in case it’s helpful for ongoing accessibility considerations. Appreciate the team's attention to detail!