[wp-trac] [WordPress Trac] #25459: Provide more meaningful links in Edit Post/Page
WordPress Trac
noreply at wordpress.org
Thu Oct 3 08:28:54 UTC 2013
#25459: Provide more meaningful links in Edit Post/Page
----------------------------+------------------------------
Reporter: grahamarmfield | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Accessibility | Version: 3.6.1
Severity: normal | Resolution:
Keywords: |
----------------------------+------------------------------
Comment (by grahamarmfield):
Replying to [comment:2 azaozz]:
> What would be the best way to do this without changing the linked text?
Would an WAI-ARIA attribute work well (something like `aria-label` or
`aria-labelledby`)?
We'd have to test that, but I don't think screen readers are likely to
pull in the aria-label when listing links for user.
What I had in mind would be to do:
{{{
<a href="...">Edit<span class="screen-reader-text"> status</span></a>
}}}
The experience would not change for sighted users but screen readers get
the full links - both when it gets focus, and also when screen reader
users use the List Links functionality.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25459#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list