-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyBoard navigation for xOS #413
Labels
Milestone
Comments
mcking65
added
documentation
Feedback
Issue raised by or for collecting input from people outside APG task force
question
Issue asking a question
labels
Jul 27, 2017
mcking65
added a commit
that referenced
this issue
Oct 16, 2017
…extbox For issue #413, Modified the combobox pattern in aria-practices.html: 1. Delete all the Windows-specific key assignments from the textbox subsection of the keyboard interaction section. 2. Add a note recommending reliance on browser for text editing functionality. Also related to issue #464.
mcking65
added a commit
that referenced
this issue
Oct 16, 2017
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.
mcking65
added a commit
that referenced
this issue
Oct 17, 2017
…esign Patterns and Add Mac OS Conventions For issue #413, modified Design Patterns section and Keyboard Interface Development sections of aria-practices.html: 1. Move "3.1 Generally Applicable Keyboard Recommendations " to "5.8 Key Assignment Conventions for Common Functions". 2. Add information and guidance about Mac OS assignments for the listed functions. 3. Fix links to the new section, which has id "kbd_common_conventions" instead of "aria_ex_widget".
mcking65
added a commit
that referenced
this issue
Oct 17, 2017
…fic Editing Keys For issue #413, modified the Combobox and Spin Button design patterns in aria-practices.html: 1. In key assignment lists of both patterns, use the same wording to make it more clear that the pattern requires platform appropriate editing key assignments. 2. Revise the notes in both patterns to use list format and more succinctly describe guidance.
2 tasks
@jivanova, in the above listed commits, I have made several changes that I hope adequately address this issue. I am closing as resolved. Please feel free to reopen if you do not see the resolution as adequate. You may also provide feedback in issue 484. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, my team is working to improve the keyboard navigation for our web component based on w3c standards. I have a question regarding a note we saw in your documentation:
https://www.w3.org/TR/wai-aria-practices-1.1/#aria_ex
The note is about the usage of Control key instead of Cmd under Mac OS. However, our products have shortcuts like Control + ArrowRight which in MAC is reserved shortcut for switching between desktops. According to your guidelines, should we use Cmd key for this scenario or Control and modify our shortcuts? So, what's your advice about how to proceed with such scenarios?
The text was updated successfully, but these errors were encountered: