ACTION-298: Greater visibility for keyboard focus

Greater visibility for keyboard focus

State:
closed
Person:
Sorin Stefan
Due on:
November 12, 2014
Created on:
November 5, 2014
Associated Product:
Beta 2014
Related emails:
No related emails

Related notes:

From Kevin White:

This is relevant for links and form elements.
Suggestion: For all elements that have a :hover styling, add in a :focus styling as well. For example, style.css line 860 has:
.main-nav a:hover span {
color: #5e6266;
}
Simply add:
.main-nav a:hover span, .main-nav a:focus span {
color: #5e6266;
}
It is noted that there is some specific :focus styling, but this does not appear to be functioning, and there is little reason to make this different from the :hover styling.

Ian Jacobs, 5 Nov 2014, 17:56:58

Display change log.


Ian Jacobs <ij@w3.org>, Chair, Dominique Hazaƫl-Massieux <dom@w3.org>, Staff Contact
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 298.html,v 1.1 2019/10/22 13:18:09 carcone Exp $