The Best Of The Internets

WAI-ARIA - Screen Reader Compatibility

Screen reader compatibility is complex because it relies on a browser and a screen reader to work in tandem. As browsers can be combined with different screen readers, it makes testing a challenge. This matrix goes through a few key ARIA options and approaches, identifying which ones work and which ones don’t using a bunch of combinations. Narrator is sadly missing from the matrix, but this is still a useful resource that I hope continues to grow and get updated. In fact, to that end, I’d love to see it move to Github for more contributions.



On the Device Context Continuum

Smart thinking (as always) from Jason Grigsby. This time he’s asking the right questions about context in the age of tiny screens (smartwatches) and giant ones (smart TVs).




Mobile 2015: UI/UX Trends

A nice overview of small screen design trends with backgrounds as to why these approaches work well.




Making radio buttons and checkboxes easier to use

Experiments in radio and checkbox resizing. It’s a sad state of affairs. The small hit targets are why I recommend adding negative margins above and below the label, coupled with equal padding top and bottom. It’s a recommendation from my forms talk that I will write up soon.