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
Axe DevTools flagged that "Document does not have a main landmark" when i was testing a site based on Frojd-Bedrock.
I think the solution would be to replace <div role="document"> with <main> or <div role="main"> but maybe this should be done together with a bigger accessibility review on the whole project?
The text was updated successfully, but these errors were encountered:
Axe DevTools flagged that "Document does not have a main landmark" when i was testing a site based on Frojd-Bedrock.
I think the solution would be to replace
<div role="document">
with<main>
or<div role="main">
but maybe this should be done together with a bigger accessibility review on the whole project?The text was updated successfully, but these errors were encountered: