Using the standard keyboard or an assistive
technology that emulates the keyboard, activate the
"Reset" button using accesskey "R".
(To make sure initial values have been restored,
activate the textarea using accesskey "T" and alter
"Initial value".)
Run test
Expected results
The standard keyboard or an assistive technology
that emulates the keyboard activates the "Reset" button
and restores the TEXTAREA to "Initial Value" using
accesskey "R".
Using the standard keyboard or an assistive
technology that emulates the keyboard, activate the "Test
Button" using accesskey "B".
Run test
Expected results
The standard keyboard or an assistive technology
that emulates the keyboard activates "Test Button" and
its associated function using accesskey "B".
Source code
<form action="../action/return.html" method="post" enctype="application/x-www-form-urlencoded"> <label for="test-button">Test Button (Accesskey
"B"): </label> <button id="test-button" accesskey="B" onclick="document.write("Test was successful. Click back on your browser to return to the test suite.")" type="button" value="test">Test Button</button> </form>