[wp-trac] [WordPress Trac] #33002: List table: avoid redundant Edit links and reduce noise for screen readers
WordPress Trac
noreply at wordpress.org
Wed Feb 25 20:22:45 UTC 2026
#33002: List table: avoid redundant Edit links and reduce noise for screen readers
------------------------------+--------------------------------
Reporter: afercia | Owner: joedolson
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 7.0
Component: Administration | Version: 4.2
Severity: normal | Resolution: fixed
Keywords: has-patch commit | Focuses: ui, accessibility
------------------------------+--------------------------------
Changes (by joedolson):
* owner: (none) => joedolson
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"61738" 61738]:
{{{
#!CommitTicketReference repository="" revision="61738"
Administration: Remove `aria-label` on post titles.
The `aria-label` on post titles in list tables changes the accessible name
from `{post_title}` to `"{post_title}" (Edit)`. This change increases
verbosity for screen readers and creates a mismatch between the visual
text and the accessible name for voice command.
Remove the extraneous `aria-label`.
Props afercia, rianrietveld, iworks, muddassirnasim, joedolson.
Fixes #33002.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33002#comment:21>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list