[wp-trac] [WordPress Trac] #56067: Hide query loop pagination link arrows from assistive technology
WordPress Trac
noreply at wordpress.org
Mon Sep 12 23:33:13 UTC 2022
#56067: Hide query loop pagination link arrows from assistive technology
------------------------------+----------------------------
Reporter: afercia | Owner: audrasjb
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 6.1
Component: Editor | Version: 5.9
Severity: normal | Resolution: fixed
Keywords: has-patch commit | Focuses: accessibility
------------------------------+----------------------------
Changes (by audrasjb):
* status: reviewing => closed
* resolution: => fixed
Comment:
In [changeset:"54138" 54138]:
{{{
#!CommitTicketReference repository="" revision="54138"
Editor: Hide query loop pagination link arrows from assistive technology.
This changeset adss an `aria-hidden="true"` attribute to the optional
arrows/chevron characters to the Query Loop and to the Comments Query Loop
blocks pagination links.
These characters are text, so they're read out by assistive technologies.
For better accessibility, it's best to reduce noise for screen reader
users and prevent them to be rendered, using the `aria-hidden="true"`
attribute.
Follow-up to [52057].
Props afercia, sabernhardt, kamig478, zieladam, audrasjb, joedolson,
costdev.
Fixes #56067.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/56067#comment:17>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list