-
Notifications
You must be signed in to change notification settings - Fork 424
Listbox Examples: Update scrolling of listbox item with focus into view when page is magnified #2622
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ing practices and documentation
Member
|
The ARIA Authoring Practices (APG) Task Force just discussed The full IRC log of that discussion<jugglinmike> subtopic: Listbox Examples: Update scrolling of listbox item with focus into view when page is magnified by jongund · Pull Request #2622 · w3c/aria-practices<jugglinmike> github: https://github.com//pull/2622 <jugglinmike> Matt_King: The fact that we have multiple list boxes on one page is a problem, but we don't have to address that here <jugglinmike> Jem: I'm adding a reviewer list to the pull request description, now <jugglinmike> Matt_King: these examples were never reviewed on a mobile device as far as I know <jugglinmike> Matt_King: I don't want to expand the scope of this pull request to include mobile bugs |
Contributor
In the listbox examples, fixes #2545 with the following changes:
While fixing this bug, the following additional changes were also made to improve code quality and implement the latest APG code guide practices:
event.keyinstead ofevent.keyCodefor identifying keyboard commands.classconstructors instead ofprototype.mousedownevent topointerdownevent to support mobile devices.aria-activedescendant.Preview Updated Listbox Examples
Review checklist
WAI Preview Link failed to build on 'Update site files' step. (Last tried on Mon, 18 Sep 2023 23:53:05 GMT).