#3184 closed enhancement (fixed)
Underline Links in List (developer.wordpress.org)
Reported by: | Travel_girl | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Handbooks | Keywords: | needs-patch has-screenshots |
Cc: |
Description (last modified by )
Currently only links in p are underlined. If a link is in a list, the link is not underlined, which causes problems for colorblind people.
Also the contrast between the text and the link is not really different, so also for not-colorblind people its hard to spot the links.
I have found an example, where the list points are a budge of text, in in between are some links, so I think it would makes sense to also underline links in list points.
I also would prefer this style
#main li a { text-decoration: underline; }
instead of
p a { border-bottom: 1px solid #dfdfdf; }
which we are use currently, because the color contrast of the line fails AA (http://www.contrastchecker.com/)
Example:
https://developer.wordpress.org/themes/
https://developer.wordpress.org/themes/getting-started/what-is-a-theme/
Attachments (3)
Change History (8)
Note: See
TracTickets for help on using
tickets.
In 6002: