#7146 closed enhancement (fixed)
underline links (in text widgets) in sidebar for accessibility
Reported by: | Travel_girl | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | needs-patch has-screenshots needs-design |
Cc: |
Description
Team Blogs under https://make.wordpress.org/ are having a sidebar. The links in the widgets are not underlined.
For some widgets, thats fine, because the links are stand alone links and don't need to be underlined.
But they are widgets, where links and texts are together and links don't have a visual indicator beside the color, that they are links and not text.
See screenshot.
Attachments (2)
Change History (12)
#3
@
17 months ago
What do you mean that it's not accessible? Please define "accessible" for this purpose.
#4
@
17 months ago
@Otto42 information and functions are not allowed to be signaled only by color, cause color blind people are likely to miss this information.
because of that, links need an additional design like underlined or border-bottom-styles. Othersie color blind people can't see, that there is a link.
For stand alone linkes like menu or post meta, its okay, as it is clear by there position that it is probably a link. but when there is text around, it is not clear.
I attache a screenshot in black and white. Its hard to spont the links in the text.
#7
@
17 months ago
for consistency I would go with the same code as the links in the content, which is:
.entry-content p a, .comment-content p a, .entry-content li a, .comment-content li a {
text-decoration: underline;
}
So maybe:
.textwidget a {
text-decoration: underline;
}
#8
@
7 months ago
- Owner set to coffee2code
- Resolution set to fixed
- Status changed from new to closed
In 13685:
They're not supposed to be underlined. That's part of the theme design.
The style.css explicitly has this in it:
a { text-decoration: none; }
https://wpcom-themes.svn.automattic.com/p2-breathe/style.css