From f8bca2c6b3c2788498b665e4597815eaac8f129b Mon Sep 17 00:00:00 2001 From: Matt King Date: Mon, 16 Oct 2017 16:40:02 -0700 Subject: [PATCH] Design Patterns: Remove Mac Command Key Note 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. --- aria-practices.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/aria-practices.html b/aria-practices.html index bb1be65f40..b5ebf82930 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -173,12 +173,7 @@

Mobile and Touch Support

Design Patterns and Widgets

-

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.

-

- 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. -

- +

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.

Generally Applicable Keyboard Recommendations

The following keyboard conventions are applicable to many of the patterns described in subsequent sections.