Posts tagged ‘JavaScript’
Posted by Derek Featherstone on October 6th, 2011
Accessibility and user experience are not black and white. Here we take a look at some shades of grey, and user scenarios that we need to take into account when we’re testing web sites and applications. We need to test for correct cases, incorrect cases, and moving efficiently from the incorrect state to the correct state.
2 Comments Tagged with: form JavaScript testing
Posted by Derek Featherstone on May 17th, 2011
Full keyboard functionality is a must-have for accessibility. Here’s how we solve one of the problems with keyboard access for embedded YouTube videos.
10 Comments Tagged with: API JavaScript keyboard
Posted by Derek Featherstone on October 1st, 2010
iOS allows the user to switch to a “high contrast” display—essentially reversing the colour scheme. This doesn’t give the fine control of colours that a desktop operating system provides. With the use of a user style sheet and a slick bookmarklet, a user can apply a custom stylesheet to mobile Safari on their iPhone, iPad, or iPod Touch so that they can display the web site or application to suit their own styles.
Comments Off Tagged with: CSS iOS iPad iPhone JavaScript user styles