-
Notifications
You must be signed in to change notification settings - Fork 728
Closed
Labels
e2-daysCan complete in < 5 days of normal, not dedicated, workCan complete in < 5 days of normal, not dedicated, workp1-highMajor but not urgent concern: Resolve in months. Update each month.Major but not urgent concern: Resolve in months. Update each month.t.a11yRelates to an accessibility concernRelates to an accessibility concern
Description
Fix any and all duplicate ID attributes. These appear mostly on the sidenav. This violates WCAG F77.
Error: Duplicate id attribute value "sidenav-27" found on the web page.
htmlcs: WCAG2AA.Principle4.Guideline4_1.4_1_1.F77
Example:
<ul class="nav flex-column flex-nowrap collapse " id="sidenav-27"> <li class="nav-hea...</ul>
Location:
(selector "#sidenav-27")
Metadata
Metadata
Assignees
Labels
e2-daysCan complete in < 5 days of normal, not dedicated, workCan complete in < 5 days of normal, not dedicated, workp1-highMajor but not urgent concern: Resolve in months. Update each month.Major but not urgent concern: Resolve in months. Update each month.t.a11yRelates to an accessibility concernRelates to an accessibility concern