This test file is modified.

W3C Logo W3C WAI Logo W3C WAI Test Suites

ACCESSKEY attribute for INPUT (type="button")

Requirement Reference

Test Suite: UAAG 1.0 Test Suite for HTML 4.01
Guideline 1: Support input and output device-independence
Checkpoint 1.1: Full keyboard access

Test is required for conformance

Procedure

  1. Using the standard keyboard or an assistive technology that emulates the keyboard, and activate the "Test Button" using accesskey "b".

Test

Source Code

<form action="../action/return.html" enctype="application/x-www-form-urlencoded" method="get">
<label for="test-button">Test Button (Accesskey "b"): </label>
<input id="test-button" accesskey="b" type="button" value="Test Button" onclick="document.write("Test was successful. Click back on your browser to return to test suite.")"></input>
</form>

Results

  1. "Test Button" is activated by accesskey "b".

Copyright 2004 University of Illinois at Urbana/Champaign, Disclaimer