Tag: accessibility
-
Conditional Stylesheets for JS Enabled Browsers
Conditional Stylesheets for JS Enabled BrowsersDaniel Mall writes about how to enable a select stylesheet for browsers with JavaScript enabled. It seems pretty helpful and he says he’s relied on it for a few years. Check it out.
-
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.