Whenever you use :hover, also use :focus
# Linked to 1 April 2010, 11:42 in Tips by Sam Brown
Probably one of the most common accessibility oversights is neglecting to apply CSS to the
:focusstate of links whenever you style the:hoverstate. How much of a problem this oversight leads to for non-mouse users depends on what CSS is applied to the:hoverstate.
Tweet Subscribe to the RSS Feed →