![]() | |||||
![]() |
![]() |
![]() |
![]() |
![]() |
|
|
|
Resources
Device IndependenceTo ensure device independence, pages must be designed so that, when rendered by user agents (browsers), the user's preferred input and output devices are supported. A user may prefer any combination of mouse, standard and non-standard keyboards, voice input or output, head wand, standard and non-standard pointing devices, or Braille devices. The document must be able to support any of these choices. The use of alternative input devices allow the visitor to a Web page to control their access to the information with the device best suited for their needs. For Example, not all user agents or their users can make use of a graphical interface and for these individuals, use of the standard mouse as a pointing device is not possible. Generally, pages that use keyboard access techniques also tend to be more accessible to speech or command line interfaces, as well as being more "usable" in general. A Web designer's main goal should be to ensure that users can interact with a page using devices other than those used for pointing. The following techniques may be implemented to ensure device independence: 1. ALT AttributeThe simplest way to increase a page's keyboard accessibility and navigability to use text equivalents for image maps or linked images. The text equivalent, using the HTML ALT attribute, makes selection without a pointing device possible. 2. Tabbing order"Tabbing order" refers to the linear sequence in which users accessing a site via keyboard may navigate through links or form controls on a Web page. The navigation through the page using the TAB key is important for individuals who cannot use a pointing device. Review your Web page using the TAB key to ensure that a logical sequence is presented, with the most important items accessed first. 3. Keyboard shortcutsThe use of "keyboard shortcuts" allows users to combine keystrokes to easily navigate links or forms on a page without the use of a mouse. There are two other shortcut features, which make pages more keyboard-accessible. ACCESSKEY: In this example the "6" key has been set as a shortcut using ACCESSKEY. Press ALT 6 to highlight the link to the Web Savvy homepage. The text navigation links at the bottom of the page use the ACCESSKEYS 1 through 5. ACCESSKEYS are currently supported by Internet Explorer 4 or higher. TABINDEX: The use of TABINDEX in this example assigns a tabbing order through box2, box1, then finally to the submit button. This feature requires Internet Explorer version 4 or higher, or Netscape 6.0 or higher.
Web Resources |
|
|
![]() |