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 headings in the "Add facility" form #8575

Open
emyl3 opened this issue Mar 4, 2025 · 0 comments
Open

Fix headings in the "Add facility" form #8575

emyl3 opened this issue Mar 4, 2025 · 0 comments
Labels
Accessibility Issues that affect SR's accessibility Moderate Moderate bugs or a11y issues. Part of [Critical, Serious, Moderate] bug and a11y ranking labels.

Comments

@emyl3
Copy link
Collaborator

emyl3 commented Mar 4, 2025

Area or Component

FacilityForm under these circumstances

Quick Summary

The order of the headings <h1> and <h2> are not in order. The "Welcome to SimpleReport!" is marked as an <h2> but appears before the <h1> that is "Add facility"

How to Replicate

  1. Create a new org
  2. Once created and verified, sign up as the new org admin user via the link you are emailed from Okta
  3. After signing up successfully, you will be redirected to "Add facility"
  4. That form contains the incorrect heading order

Accessibility Violation

heading-order

Action Requested

Adjust the heading order so that it only increases by one

Screenshots (optional)

Screenshot 2025-03-04 at 12.54.54.png

Source Code (optional)

<h2 className="margin-top-05">Welcome to SimpleReport!</h2>

Original Deque Issue

@emyl3 emyl3 added the Accessibility Issues that affect SR's accessibility label Mar 4, 2025
@emyl3 emyl3 changed the title Fix headings in the "Add fac Fix headings in the "Add facility" form Mar 4, 2025
Sharkii24 added a commit to Sharkii24/prime-simplereport that referenced this issue Mar 6, 2025
@DanielSass DanielSass added this to the 508 resolution milestone Mar 7, 2025
@DanielSass DanielSass added the Moderate Moderate bugs or a11y issues. Part of [Critical, Serious, Moderate] bug and a11y ranking labels. label Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accessibility Issues that affect SR's accessibility Moderate Moderate bugs or a11y issues. Part of [Critical, Serious, Moderate] bug and a11y ranking labels.
Projects
None yet
Development

No branches or pull requests

2 participants