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
Expected behavior
"Events at THAT" should be wrapped in an <h1> tag. Screen reader users can navigate a page according to its headings, listen to a list of the headings, and skip to selected headings to begin reading at that point. H1s can also be used (along with the <title> tag for Search Engines). (In this case, Google is reading from the <title> tag)
Additional context
See these links for more details:
Describe the bug
Several pages are missing a first level heading
<h1>
<h1>
but the h1 is "Activities Every Day,Events Every Month!" halfway down the page)
To Reproduce
Steps to reproduce the behavior:
<h1
is found.Expected behavior
"Events at THAT" should be wrapped in an
<h1>
tag. Screen reader users can navigate a page according to its headings, listen to a list of the headings, and skip to selected headings to begin reading at that point. H1s can also be used (along with the<title>
tag for Search Engines). (In this case, Google is reading from the<title>
tag)Additional context
See these links for more details:
https://www.w3.org/WAI/tutorials/page-structure/headings/
https://webaim.org/techniques/semanticstructure/#contentstructure
Also, please do not work on this yet, saving this issue for the That ONLINE November 15 edition
I'm also looking to see if there are other pages are missing h1 tags.
The text was updated successfully, but these errors were encountered: