W3CWeb Accessibility Initiative Home

ACCESSKEY attribute for MAP AREA

On this page: Test 1 | References | About these tests

Nearby: More HTML 4.01 Tests | UAAG 1.0 Test Suite

UAAG 1.0 Requirement

Checkpoint 1.1 Full keyboard access (Priority 1 )
Provision 1 : Ensure that the user can operate, through keyboard input alone, any user agent functionality available through the user interface.

Test 1 : area element

Procedure

  1. Using the standard keyboard or an assistive technology that emulates the keyboard, move focus to each map area using the accesskey assigned to each area element.

Run test

Test Map Area--this is not AREA ALT content. map area 1 map area 2

Expected results

  1. The keyboard or assistive technology that emulates the keyboard moves focus to each map area. Focus is moved using the key that corresponds to the value of the accesskey assigned to each map area.

Source code

<img src="http://www.w3.org/WAI/UA/TS/html401/images/map-area3.gif" alt="Test Map Area--this is not AREA ALT content." width="250" height="60" usemap="#testMap" border="0" title="Test Map Area" name="testMap" id="testMap" title="Test Map Area">
  <area accesskey="a" shape="rect" coords="0,0,125,60" nohref="nohref" alt="map area 1"></area>
  <area accesskey="b" shape="rect" coords="126,0,250,60" nohref="nohref" alt="map area 2"></area>
</img>
<map name="testMap" id="testMap" title="Test Map Area">
  <area accesskey="a" shape="rect" coords="0,0,125,60" nohref="nohref" alt="map area 1"></area>
  <area accesskey="b" shape="rect" coords="126,0,250,60" nohref="nohref" alt="map area 2"></area>
</map>

References

  1. HTML 4.01 specification for ACCESSKEY
  2. HTML 4.01 specification for MAP
  3. HTML 4.01 specification for AREA

About this test suite

This test is part of a test suite for the User Agent Accessibility Guidelines (UAAG) 1.0 . This work is conducted by the User Agent Accessibility Guidelines Working Group , which is part of W3C's Web Accessibility Initiative (WAI) . Please send comments on this test to w3c-wai-ua@w3.org ( public archive ).


Test created by:

Last modified: $Date: 2003/08/08 21:01:11 $ by $Author: koteles $