We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change: The div surrounding the main content should be changed to a main element.
I was originally going to suggest it be around the wrapper divs for each individual page, but I think this div ends up going around each of them.
new-site/src/layouts/index.js
Line 26 in 5e5cef6
Rationale: Using a main element will allow screen reader users to more easily navigate to this part of the page.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Change:
The div surrounding the main content should be changed to a main element.
I was originally going to suggest it be around the wrapper divs for each individual page, but I think this div ends up going around each of them.
new-site/src/layouts/index.js
Line 26 in 5e5cef6
Rationale:
Using a main element will allow screen reader users to more easily navigate to this part of the page.
The text was updated successfully, but these errors were encountered: