[wp-trac] [WordPress Trac] #40388: Make Links accessible in Plugin Directory
WordPress Trac
noreply at wordpress.org
Fri Apr 7 11:15:19 UTC 2017
#40388: Make Links accessible in Plugin Directory
-------------------------+--------------------------------
Reporter: Travel_girl | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: General | Version:
Severity: normal | Resolution: invalid
Keywords: | Focuses: ui, accessibility
-------------------------+--------------------------------
Changes (by swissspidy):
* status: new => closed
* resolution: => invalid
* milestone: Awaiting Review =>
Old description:
> Links are not underlined in the Plugin Directory which makes it hard
> noticed that there are links, when they are in the middle of the text.
>
> Also it can be impossible to see them as links, when people are
> colorblind or using the site, while the sun is really bride or on a
> beamer.
>
> I suggest to underline the links who are in the middle of the text:
>
> #description a:not(.button), a:not(.button):hover {
> text-decoration: underline;
> }
>
> #faq a:not(.button), a:not(.button):hover {
> text-decoration: underline;
> }
New description:
Links are not underlined in the Plugin Directory which makes it hard
noticed that there are links, when they are in the middle of the text.
Also it can be impossible to see them as links, when people are colorblind
or using the site, while the sun is really bride or on a beamer.
I suggest to underline the links who are in the middle of the text:
{{{
#description a:not(.button), a:not(.button):hover {
text-decoration: underline;
}
#faq a:not(.button), a:not(.button):hover {
text-decoration: underline;
}
}}}
--
Comment:
Hey there,
Issues related to the plugin directory can be created on Meta Trac which
is for all things related to WordPress.org. See
https://meta.trac.wordpress.org/.
Here's the list of open tickets for the plugin directory:
https://meta.trac.wordpress.org/query?status=!closed&component=Plugin+Directory
--
Ticket URL: <https://core.trac.wordpress.org/ticket/40388#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list