#2696 closed enhancement (fixed)
Plugin Theme: Make Links accessible in Plugin Directory
Reported by: | Travel_girl | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Plugin Directory v3.0 | Priority: | normal |
Component: | Plugin Directory | Keywords: | has-screenshots ui-feedback has-patch needs-testing |
Cc: |
Description (last modified by )
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; }
Attachments (6)
Change History (24)
#3
@
8 years ago
- Description modified (diff)
Adding the underline would be consistent with the changes made in #2542 for Support Theme.
#4
@
8 years ago
I'm for adding the underline, but then I question its consistency throughout. Should we also make ALL the links underlined? Or maybe just the link in the main content area and not in the sidebar?
Any thoughts?
#5
@
8 years ago
I personal would not underlined the link in the sidebar, as they are standing alone (and not in the middle of text) so its easier to see them as links.
#6
@
8 years ago
- Summary changed from Make Links accessible in Plugin Directory to Plugin Theme: Make Links accessible in Plugin Directory
This ticket was mentioned in Slack in #accessibility by travelgirl. View the logs.
7 years ago
This ticket was mentioned in Slack in #meta by travelgirl. View the logs.
7 years ago
#12
@
7 years ago
2696.diff applies the underline globally, which results in some unintended side effects, e.g. the site-title
heading has the underline as well: 2696.site-title.png.
Per discussion above, I think it's better to limit this to the content area. 2696.2.diff does just that. It would be consistent with Support Forums and the News blog.
#13
follow-up:
↓ 14
@
7 years ago
I agree on that. Only the links in the content area needs to be underlined and the links in the locale-banner to translate the plugin.
#14
in reply to:
↑ 13
;
follow-up:
↓ 18
@
7 years ago
Replying to Travel_girl:
Only the links in the content area needs to be underlined and the links in the locale-banner to translate the plugin.
Not sure about the locale banner, the main https://wordpress.org/ site doesn't underline links there.
#15
@
7 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 5856:
This ticket was mentioned in Slack in #design by melchoyce. View the logs.
6 years ago
#18
in reply to:
↑ 14
@
6 years ago
Replying to SergeyBiryukov:
Not sure about the locale banner, the main https://wordpress.org/ site doesn't underline links there.
Follow-up: #4250
Current View, links are not underlined