Skip to content
This repository has been archived by the owner on Jun 30, 2018. It is now read-only.

Added test #964

Open
wants to merge 1 commit into
base: tech-change-single-key-shortcuts
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 8 additions & 2 deletions techniques/general/change-single-key-shortcuts.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,19 @@ <h2>Tests</h2>
<section class="test-procedure">
<h3>Procedure</h3>
<ol>
<li>Step 1</li>
<li>1. Find a mechanism to remap character-key shortcuts. This mechanism can exist at any level – platform, agent or app./li>
<li>2. Confirm that the mechanism to change a character-key shortcut follows all the requirements of WCAG 2.1.</li>
<li>3. Change a character-key shortcut by adding a modifier key.</li>

<li>4. Make sure the focus is on the page rather than within a form field or on an element.</li>
<li>5. Press the original character-key shortcut and confirm that it does not carry out any actions.</li>
<li>6. Press the modified shortcut and confirm that it carries out the expected action.</li>
</ol>
</section>
<section class="test-results">
<h3>Expected Results</h3>
<ul>
<li>Result</li>
<li>An accessible mechanism to remap character key shortcuts is present. When a modifier key is added to a character-key shortcut, the modified shortcut carries out the assigned action and the original character key shortcut carries out no action.</li>
</ul>
</section>
</section>
Expand Down