[Accessibility]: Multiple H1 tags
Created by: gitstart-sourcegraph
Problem statement
There are multiple <H1/>
elements: the Sourcegraph logo in the navigation bar, and the page title, which produces a warning in ARC Toolkit in the following pages::
Expected Behaviour
The page title should be an <H2/>
, but retain the current style.
All other <H2/>s
on the page should be downscaled to <H3/>
, but retain their current styles.
No warnings are reported under ARC Toolkit's "Structure and Semantics" tests.
Time estimate
- Pull requests with frontend lines changed should take X hours at maximum. Ping the reviewer in the spec pull request if time-consuming changes are required.
- Split the work into multiple pull requests if the total diff is bigger than 450 lines of code.