Tag: usability

  • Probably one of the most common accessibility oversights is neglecting to apply CSS to the :focus state of links whenever you style the :hover state. How much of a problem this oversight leads to for non-mouse users depends on what CSS is applied to the :hover state. Roger Johansson, 456 Berea Street (via 2105)

  • 2 Second Usability Upgrade For Any Site

    Go to CSS file, add :focus to anything that has :hover.