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
Thanks for the question. At first glance it would seem the issue is with the <li> that is in between the parent ul[role=menubar] element and the a[role=menuitem] element. The <li> will retain it's inherit role of listitem which is not allowed as a parent to a menuitem. You should be able to fix it by adding role=none to the <li>.
Thanks for the question. At first glance it would seem the issue is with the <li> that is in between the parent ul[role=menubar] element and the a[role=menuitem] element. The <li> will retain it's inherit role of listitem which is not allowed as a parent to a menuitem. You should be able to fix it by adding role=none to the <li>.
Product
axe-core
Question
Please help me to fix this.
And this is my blog HTML
The text was updated successfully, but these errors were encountered: