-
Notifications
You must be signed in to change notification settings - Fork 264
Usability Error - Links #1222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the report. Would you like to propose fixes for those styles? |
For my college assignment I had to read about functional bugs vs usability bugs and then make my own bug report. This case is just a simple usability bug and my course would most likely state that the "Also in:" section just needs to be a little more clear that it is clickable. My ideas would be to make the words blue (as that is the "standard" for links), make them underlined or changed when hovered, and/or make each individual link have it's own box/border so users know that links such as "Manipulation" and "Class Attribute" are separate links and not multiple (this could also be done by having an underline appear under the specific link you hover over). I don't necessarily feel qualified for these suggestions to actually be implemented and my goal was to just try a "bug report" that my assignment required. I couldn't really find any so I found just a small confusing example to use. Do not feel the need to take my bug report or suggestions into serious considerations considering you are most likely more qualified and experienced than I am. |
Hi @mgol I took a look at the issue above and found out that the CSS applied is comming from From: // base.css
.listing #content .entry-meta .category a {
color: #888;
text-decoration: none;
} To: // base.css
.listing #content .entry-meta .category a {
color: #0769ad;
} It is possible to achieve the following look: |
@aldimar-junior Hey! The code is public, it's just in a shared repository for all the content sites: https://github.com/jquery/jquery-wp-content. The themes for various sites are in the Making links blue is a good idea, but the "Also in:" text should also be a bit darker IMO. |
(I am doing this for a College Assignment)
The "Also in" section in the list of Methods in the API Documentation as seen below can be a usability error. It is not clear that they are links due to being grey and not blue, they have no underline even when you hover on them, and it isn't clear where one link ends and another begins (for example Manipulate and Class Attribute are separate links even though the share the same "button" or border.


The text was updated successfully, but these errors were encountered: