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
In the "Results per page" widget, the <select> generated does not have a matching <label> which is required by WCAG section 1.1.1 "Non-Text Content". This is being flagged in a Section 508 scan of a site that uses EEA Faceted Navigation.
In the generated HTML below, there is no <label> for the <select> with ID = c0:
In the "Results per page" widget, the
<select>
generated does not have a matching<label>
which is required by WCAG section 1.1.1 "Non-Text Content". This is being flagged in a Section 508 scan of a site that uses EEA Faceted Navigation.In the generated HTML below, there is no
<label>
for the<select>
with ID =c0
:Yes, US Government websites have some pretty strict requirements 😰
The text was updated successfully, but these errors were encountered: