techishiring-website
techishiring-website copied to clipboard
[BUG]: A11Y: Heading level on About page skips from h1 to h4
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
- Navigate to About page (http://localhost:3000/about when running locally)
- Run axe DevTools or HeadingsMap browser add-ons (or just inspect page)
Screenshot of highlighted issue:
I can work on this