You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install current development branch and sample data
go to the About page
Expected result
Good semantic markup and no accessibility errors
Actual result
No H1 on the page
. Why It Matters
Headings facilitate page navigation for users of many assistive technologies. They also provide semantic and visual meaning and structure to the document. A first level heading (<h1>) should be present on nearly all pages. It should contain the most important heading on the page (generally the document title).
Standards and Guidelines
1.3.1 Info and Relationships (Level A)
2.4.6 Headings and Labels (Level AA)
Steps to reproduce the issue
Install current development branch and sample data
go to the About page
Expected result
Good semantic markup and no accessibility errors
Actual result
No H1 on the page
.
Why It Matters
Headings facilitate page navigation for users of many assistive technologies. They also provide semantic and visual meaning and structure to the document. A first level heading (
<h1>) should be present on nearly all pages. It should contain the most important heading on the page (generally the document title).Standards and Guidelines
1.3.1 Info and Relationships (Level A)
2.4.6 Headings and Labels (Level AA)