Skip to content

Commit

Permalink
Design Patterns: Remove Mac Command Key Note
Browse files Browse the repository at this point in the history
For issue #413, remove the following note from the introduction of Design Patterns:

> Although users of Mac OS X are familiar with using the Command key instead of the Control key,
> the Command key is typically reserved for desktop applications and OS-level integration.
> Until device and platform independence can be addressed in WAI-ARIA 2.0,
> the primary Control modifier key for WAI-ARIA widget interaction is specified as Control on all platforms, including Mac OS X.
  • Loading branch information
mcking65 committed Oct 16, 2017
1 parent d2fc78d commit f8bca2c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,7 @@ <h3>Mobile and Touch Support</h3>

<section id="aria_ex">
<h2>Design Patterns and Widgets</h2>
<p>This section demonstrates how to make common rich internet application widgets and patterns accessible by applying WAI-ARIA roles, states, and properties and implementing keyboard support.</p>
<p class="note">
Although users of Mac OS X are familiar with using the <kbd>Command</kbd> key instead of the <kbd>Control</kbd> key, the <kbd>Command</kbd> key is typically reserved for desktop applications and OS-level integration.
Until device and platform independence can be addressed in WAI-ARIA 2.0, the primary <kbd>Control</kbd> modifier key for WAI-ARIA widget interaction is specified as <kbd>Control</kbd> on all platforms, including Mac OS X.
</p>

<p>This section demonstrates how to make common rich internet application patterns and widgets accessible by applying WAI-ARIA roles, states, and properties and implementing keyboard support.</p>
<section id="aria_ex_widget">
<h3>Generally Applicable Keyboard Recommendations </h3>
<p>The following keyboard conventions are applicable to many of the patterns described in subsequent sections.</p>
Expand Down

0 comments on commit f8bca2c

Please sign in to comment.