RE: Techniques to review for next week - Michael's actions

* Ensuring that users are not trapped in content
<http://tinyurl.com/dv7zm>

I made a couple minor grammar edits, and think this is ready to go.

* Providing keyboard-controllable event handlers
<http://tinyurl.com/96d2t>

I reworded the description to be a little more clear. Original wording:

The objective of this technique is to provide individuals who rely on a
keyboard or keyboard interface to access the functionality of the
content. To do this, make sure that all of the events used in scripts or
other interactive controls on the page are associated with a
keyboard-based event or use both keyboard and other device-specific
functions.

New wording:

The objective of this technique is to permit individuals who rely on a
keyboard or keyboard interface to access the functionality of the
content. To do this, make sure that all of the events used in scripts or
other interactive controls on the page are associated with a
keyboard-based event, or provide redundant keyboard-based mechanisms to
accomplish the functionality provided by other device-specific
functions.

I think this is now ready to go.

Received on Friday, 3 February 2006 18:30:04 UTC