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

Character key shortcut changes #732

Merged
merged 5 commits into from Jan 20, 2018
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions guidelines/index.html
Expand Up @@ -491,8 +491,6 @@ <h1>Glossary</h1>
<dt data-include="terms/20/captcha.html" data-include-replace="true"></dt>

<dt data-include="terms/20/captions.html" data-include-replace="true"></dt>

<dt data-include="terms/21/character-key.html" data-include-replace="true"></dt>

<dt data-include="terms/20/changes-of-context.html" data-include-replace="true"></dt>

Expand Down
11 changes: 10 additions & 1 deletion guidelines/sc/21/character-key-shortcuts.html
Expand Up @@ -6,6 +6,15 @@ <h4>Character Key Shortcuts</h4>

<p class="change">New</p>

<p>If a <a>keyboard shortcut</a> consisting entirely of one or more <a>character keys</a> is implemented in content, then a mechanism is available to turn it off or to remap it to a shortcut that can use at least one non-character key, unless the keyboard shortcut for a <a>user interface component</a> is only active when that component has focus.</p>
<p>If a <a>keyboard shortcut</a> is implemented in content using only letter (including upper- and lower-case letters), punctuation, number, or symbol characters, then at least one of the following is true unless the keyboard shortcut for a <a>user interface component</a> is only active when that component has focus:</p>

<dl>

<dt>Turn off</dt>
<dd>A <a>mechanism</a> is available to turn the shortcut off;</dd>

<dt>Remap</dt>
<dd>A mechanism is available to remap the shortcut to use one or more non-printable keyboard characters (e.g. Ctrl, Alt, etc).</dd>

</dl>
</section>
9 changes: 0 additions & 9 deletions guidelines/terms/21/character-key.html

This file was deleted.