Category Archives: Front-end code
ARIA tabs, UI problems and standards

Zoom for fixed and responsive sites
I also considered calling this "Why zoom sucks on mobile", as that is the biggest issue with zooming & web development.
To understand why I'll walk through the different ways zoom works on desktop and mobile.
Flexbox IE11 bugs

CSUN: Accessibility theory vs implementation reality
Lessons learned from a project by Hans Hillen and Jennifer Gauvreau, what should have worked that didn't! Lots of JAWs/IE bugs and how they got around them.
CSUN: Browser zoom sucks for low vision users
Denis Boudreau and Wayne Dick presented on why browser zoom sucks, firstly from the point of view of testing with WCAG, and then from a low-vision user's point of view.
CSUN: Invisible Visualization: Accessible Information Graphics with Web Tech

CSUN: Responsive design and accessible design

How to hold your iPad

In defence of pixels

Relative pixels
Layout methods in web design have gone through a transition in the last few years, unfortunately we're still using floats a lot, but flexible layouts have made a comeback in the form of responsive design - which is great. Recently though, I have been puzzled by people suggesting that we should use EMs for layout...