[wp-meta] [Making WordPress.org] #3184: Underline Links in List (developer.wordpress.org)

Making WordPress.org noreply at wordpress.org
Thu Oct 5 13:15:56 UTC 2017


#3184: Underline Links in List (developer.wordpress.org)
-----------------------------------------+------------------
 Reporter:  Travel_girl                  |       Owner:
     Type:  enhancement                  |      Status:  new
 Priority:  normal                       |   Milestone:
Component:  Handbooks                    |  Resolution:
 Keywords:  needs-patch has-screenshots  |
-----------------------------------------+------------------
Description changed by SergeyBiryukov:

Old description:

> 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/

New description:

 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/

--

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3184#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list