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

Fix/Form and Review Page Updates #3663

Closed
wants to merge 3 commits into from

Conversation

thiessenp-cds
Copy link
Contributor

Summary | Résumé

Currently this PR only holds accessibility fixes.

Accessibility

Navigating the forms flow I came across a few accessibility issues:

  1. The form submission loading screen is not announced to Assistive Technologies (AT). Fix: Update the browser title with the loading title text so an AT user knows whats going on
  2. The form submission screen is not announced to Assistive Technologies (AT). Fix: also update the browser title as "Confirmation page: FORM_TITLE" (see video for more info)
  3. The Next button feels a little unclear what will happen when clicked. AT users are often wary of clicking vague form buttons encase of accidental submissions. Fix: added AT only text (invisible to sighted users) "Next form section"

Note the above involved some content changes.

Screen.Recording.2024-05-16.at.3.10.02.PM.mov

@thiessenp-cds thiessenp-cds linked an issue May 16, 2024 that may be closed by this pull request
3 tasks
Copy link
Contributor

@thiessenp-cds
Copy link
Contributor Author

Resolved in another PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Styling updates for end-user form & Review Page
1 participant