W3CWeb Accessibility Initiative Home

ACCESSKEY attribute for RADIO buttons

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 :

Procedure

  1. Using the keyboard or an assistive technology that emulates the keyboard, check and uncheck the following radio buttons using the associated accesskeys.

Run test


Expected results

  1. Each accesskey checks and unchecks the associated radio button

Source code

<form action="../action/return.html" method="get" enctype="application/x-www-form-urlencoded">
  <label for="button1">Button 1 (Accesskey "A")</label>
  <input id="button1" accesskey="A" type="radio" value="1" name="radio-input" checked="checked"></input>
  <br clear="none"></br>
  <label for="button2">Button 2 (Accesskey "B")</label>
  <input id="button2" accesskey="B" type="radio" value="2" name="radio-input"></input>
</form>

References

  1. HTML 4.01 specification for ACCESSKEY
  2. HTML 4.01 specification for RADIO buttons

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/04/02 23:46:27 $ by $Author: jongund $