It should be easy to navigate the website using only a keyboard. Some UI like the header links don't have focus states, so it's not clear when they receive focus. This is for desktop only.
Links could have an underline on hover and/or an outline on focus. Open to ideas.
cc @HTTPArchive/developers
I am interested task.
If the UI that is the target of this hover focus is already on the home page, it seems that it can be unified with the following concept.
-The design of ghost buttons should be unified on home page.
-Just add text color and underline according to the above rules when text is on focus.
And, Should this issues discuss the following?
No need to focus on specific pages (yet). We can implement the styles in the global 2019.css stylesheet and the pages should inherit them.
I not find the user-action that returns to the home page now from the methodology page or the contributors page. Is return home page with a click on the logo? And in that case, does the logo need hover/focus?
I recently merged a change for this into the master branch: https://github.com/HTTPArchive/almanac.httparchive.org/pull/211/files#diff-0279dada08cf23c3de510939650b3555R11
Most helpful comment
I am interested task.
If the UI that is the target of this hover focus is already on the home page, it seems that it can be unified with the following concept.
-The design of ghost buttons should be unified on home page.
-Just add text color and underline according to the above rules when text is on focus.
And, Should this issues discuss the following?
Is return home page with a click on the logo?
And in that case, does the logo need hover/focus?