Skip to content
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

A11y change focus order on mobile devices #6879

Closed
wants to merge 5 commits into from

Conversation

ddippolito
Copy link
Contributor

@ddippolito ddippolito commented May 28, 2024

Trello card URL

https://trello.com/c/4GiEypOW/979-a11y-243-focus-order-tab-order-is-not-logical-on-mobile-devices-giving-elements-unique-ids-on-personal-details-section-of-profil

Changes in this PR:

Add autofocus on Skip Section for mobile users.
On iOS voiceover, the elements on the page are being skipped on the profiles question pages. The button appears to be the first element selected on load. This fixes the issue by forcing the focus of the mobile page on the first element of the page itself which is the skip to next section button

Screenshots of UI changes:

Screenshot 2024-05-28 at 15 45 06

Copy link

github-actions bot commented May 29, 2024

Review app https://teaching-vacancies-review-pr-6879.test.teacherservices.cloud was successfully deleted

@ddippolito ddippolito force-pushed the a11y-change-focus-order-on-mobile-devices branch from eded2b6 to 3829d2f Compare June 3, 2024 08:54
On iOS voiceover, the elements on the page are being skippedaa on the profiles
question pages. The button appears to be the first element selected on load.
This fixes the issue by forcing the focus of the mobile page on the
first element of the page itself which is the skip to next section
button
@ddippolito ddippolito force-pushed the a11y-change-focus-order-on-mobile-devices branch from 782ac33 to d9187e7 Compare June 5, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants