[wp-trac] [WordPress Trac] #26167: Plugin activation links need to contain plugin name
WordPress Trac
noreply at wordpress.org
Fri Nov 22 15:43:21 UTC 2013
#26167: Plugin activation links need to contain plugin name
----------------------------+-----------------------------
Reporter: grahamarmfield | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Accessibility | Version: trunk
Severity: normal | Keywords:
----------------------------+-----------------------------
In the plugins table within admin, the Activate, Deactivate, Edit and
Delete links need to contain the plugin name they relate to. This is to
provide context for screen reader users.
If required, the plugin name portion of the link can be hidden from
sighted users with the use of the 'screen-reader-text' CSS class. An
example:
{{{
<a href="">Activate<span class="screen-reader-text"> Akismet</span></a>
}}}
This shouldn't clash with internationalisation processing since the plugin
name won't change in different languages (I believe).
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26167>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list