- From: Scott Luebking <phoenixl@netcom.com>
- Date: Wed, 15 Mar 2000 19:37:24 -0800 (PST)
- To: phoenixl@netcom.com, unagi69@concentric.net
- Cc: w3c-wai-gl@w3.org
Hi, Observation: Sighted users can easily jump back and forth on a web page. They can note something they are interested in, continue reading/scanning and then return back to the item of interest. Forward and backward scanninf on a web page can be more time consuming or frstrating for blind users. Javascript approach: Have the web page designed for blind users provide a key-based mechanism for scrolling from semantic section to semantic section. The following functions should be provided by the keys: 1. scroll to next semantic section 2. scroll to previous semantic section 3. scroll to first semantic section 4. scroll to last semantic section 5. scroll to beginning of the current semantic section Non-javascript approach: On the web page designed for blind users, place a heading at the beginning of each semantic section. After each heading provide these three links: 1. link to previous semantic section 2. link to next semantic section 3. link to the list of semantic sections at the beginning of the page Also, make each entry in the list of semantic sections a link to that specific semantic section. Scott
Received on Wednesday, 15 March 2000 22:37:28 UTC