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
There is more than one element with "banner" role on the page.
What to do:
Remove "banner" role from all but one element. The <header> element has an implicit role of banner when it is a descendent of the body element.
Why is this important?
When more than one "banner" landmark role is used on a web page, it can confuse people who use assistive technologies that rely on this information to easily navigate the various sections in the page.
The text was updated successfully, but these errors were encountered:
Environment
Detailed Description:
There is more than one element with "banner" role on the page.
What to do:
Remove "banner" role from all but one element. The
<header>
element has an implicit role of banner when it is a descendent of the body element.Why is this important?
When more than one "banner" landmark role is used on a web page, it can confuse people who use assistive technologies that rely on this information to easily navigate the various sections in the page.
The text was updated successfully, but these errors were encountered: