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
{{ message }}
This repository was archived by the owner on May 2, 2022. It is now read-only.
Is your enhancement related to a problem? Please describe.
Some a11y validators such as aXe trip up on the fact that ARIA Landmarks can sometimes be missed, or not properly implemented.
Describe the solution you'd like
We should ensure that fresh installations of the theme-scaffold contain semantically correct, and accessibly valid ARIA Landmarks such as <main aria-labelledby="title">, <header>, <footer> etc in order to pass accessibility validation. Furthermore, the accessible "Skip Links" anchor should be included within a landmark as well as by default within the theme-scaffolds default HTML - we could possibly create a separate ticket for that.
Additional context
This ticket originates from a chat I had with @joesnellpdx regarding an accessibility audit on a new build.