ID Attributes are not Unique
-
Hey everyone, I have been working pretty hard in order to turn my wordpress website into a PWA and things are looking fairly good.I am struggling at the moment with one thing which is to do with ID attributes not being unique. I think its got something to do with the Desktop/Mobile menu but I am not 100% sure about that. Has anyone run into this before and may be able to offer some pointers? Much appreciated.
[id] attributes on the page are not unique
The value of an id attribute must be unique to prevent other instances from being overlooked by assistive technologies. Learn more.
View failing elements
<li id=”menu-item-62″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-48 current_page_item menu-item-62″>
<li id=”menu-item-1121″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-1121″>
<li id=”menu-item-1241″ class=”menu-item menu-item-type-post_type menu-item-object-post menu-item-1241″>
<li id=”menu-item-63″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-63″>
<li id=”menu-item-1691″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-1691″>
<li id=”menu-item-1986″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-1986″>
<li id=”menu-item-66″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-66″>
<li id=”menu-item-67″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-67″>The page I need help with: [log in to see the link]
- The topic ‘ID Attributes are not Unique’ is closed to new replies.