Don’t style :checked and :focus states identically – here’s why

I often encounter web forms designs where native checkboxes are completely restyled to not look like native checkboxes. It’s OK to do so, as long as all their inherent features are preserved. Here’s one that is too often compromised by a hasty redesign. Continue reading Don’t style :checked and :focus states identically – here’s why

A new accessibility business case – good news?

The WAI-Engage group has published, on its wiki, an article written by Peter Thiessen: Social Networking Application Business Case.The story is worth a read. But if you don’t have time: in short, it describes the hard path towards building a business case for accessibility. The author is a convinced advocate, but he struggled with his management while trying to prove a ROI for accessibility improvements.

Although he finally succeeded, I’m, personally, a tad disappointed by the fact that it took kind of a workaround: accessibility was sold through mobile development. All purely accessibility-related arguments were rejected, and only when it was paralleled with mobile adaptations, approval was won.

Which is not totally surprising… but it saddens me to observe that, even with considerable effort, it was not possible to prove that accessibility pays for itself – which I’m deeply convinced of.

I would argue that the problem was not the case in itself, but the lack of documentation to back up the assumptions made to support the arguments. We need more solid facts, believable and demonstrable figures, and realistic success stories.

So, in conclusion, we certainly must celebrate the fact that a high profile social networking company embraces accessibility as a business goal. But it’s still not the bullet-proof business case that demonstrates that accessibility, by itself, is a worthwhile investment.

 

Little action, great effects: improving a CSS-based tooltip in 18 seconds.

Reading this blog post about designing fancy tooltips with CSS3 tricks, I did my usual first-step test: hit the tab key and see what happens. Disappointingly, and yet expectedly (I’ve been in this business for too long, it seems…): nothing happened, apparently, when I reached the first icon

. Continue reading Little action, great effects: improving a CSS-based tooltip in 18 seconds.