Seeking Best Accessibility Practices

Archive for the “quizzes”

Quiz: AJAX - automatically move focus?

Monday, October 23rd, 2006

Three articles came to light in “Today’s AJAX and DHTML Best Practices.” Two of the articles went to some length to find ways to move focus as part of an AJAX event. They sought to take the visitor from the trigger event to the results in one smooth, easy move. For those of […]


Quiz: Tabindex disorder

Sunday, August 27th, 2006

Dennis in Web Axe Episode 24 mentions”

If the tab orders are different than the actual flow of the content on your page, it’s going to be really disorienting for the (screen reader) user.

Really? We know that this sort of disorder will be apparent in regular browsers. That happens with screen readers? […]


Quiz: Speaking forms labels - part 4

Sunday, August 27th, 2006

Recently, Bruce Lawson talked about receiving a copy of his new book, a collaboration with a number of well known names in the accessibility field:
Web Accessibility: Web Standards and Regulatory Compliance by Andrew Kirkpatrick, Bruce Lawson, Richard Rutter, Christian Heilman, Jim Tatcher and Cynthia Waddell. While engaging in a bit of unwarranted self-flagellation, Bruce […]


Quiz 1.1.9: TITLES everywhere?

Sunday, October 23rd, 2005

We have the freedom to use TITLE text everywhere? Should we? Do you?


Quiz 1.1.8: ALT text or Title text?

Saturday, October 1st, 2005

We all know that using ALT text is important for providing a text alternative to images. What about also using TITLE text?


Quiz 4.1.5: JavaScript - Part 2: Navigating forms

Monday, September 19th, 2005

Our first tests in this area explored navigating links which have JavaScript actions. Now, we turn to navigating forms which have actions attached to the various form elements. Our goal is to understand how browsers and screen readers react to script actions.
The test case asks you to simply navigate straight through one form […]