a11y: Apply page has two <h1> elements — heading hierarchy broken #100
Labels
No labels
a11y
backlog
beta-feedback
bug
enhancement
feature-request
frontend
needs-triage
question
vue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#100
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Apply page renders two
<h1>elements: the view heading and the job detail heading. This breaks document outline for screen reader users navigating by headings.Fails WCAG 1.3.1 (Info and Relationships).
Fix: Demote the job detail heading in
ApplyWorkspace.vueto<h2>, keeping the view-level heading as the single<h1>. Check that subsequent headings in the component follow a logical h2 → h3 hierarchy.