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

[BUG]: A11Y: Heading level on About page skips from h1 to h4 #166

Open
dgodongm opened this issue Oct 2, 2023 · 1 comment
Open

[BUG]: A11Y: Heading level on About page skips from h1 to h4 #166

dgodongm opened this issue Oct 2, 2023 · 1 comment
Assignees
Labels
bug Something isn't working needs triage Determine priority of issues

Comments

@dgodongm
Copy link
Contributor

dgodongm commented Oct 2, 2023

Heading level on About page skips from h1 to h4.

Expected Behavior

Heading levels should only increase by one

Current Behavior

Heading level goes from h1 to next one being h4

Possible Solution

At a high-level, components should allow heading level to be set dynamically based on context they're used in. And a better default would probably a h2, rather than h4.

Steps to Reproduce

  1. Navigate to About page (http://localhost:3000/about when running locally)
  2. Run axe DevTools or HeadingsMap browser add-ons (or just inspect page)

Screenshot of highlighted issue:
Screenshot 2023-10-02 at 4 50 10 PM

@dgodongm dgodongm added bug Something isn't working needs triage Determine priority of issues labels Oct 2, 2023
@ShavonHarris-Dev
Copy link

I can work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Determine priority of issues
Projects
None yet
Development

No branches or pull requests

3 participants