Critical: This issue results in blocked content for people with disabilities, and will definitely prevent them from accessing fundamental features or content. This type of issue puts your organization at risk. Prioritize fixing as soon as possible, within the week if possible. Remediation should be a top priority.
Deque Analysis Summary
A total of 9 Critical issues exist in the Header (visible on all pages). They are summarized here:
- (ID 468402, 468403, 469227, 469228) IDs/Labels must be unique: Two elements exist having each of the ID=
dropdownLang and ID=dropdownUser and ID=inputEmail and ID=inputPassword . It appears these elements appear twice in the generated HTML code, but only one is visible on the page. (I'm not sure why this is?)
- (ID 468406) Searchbox in header has no label. It should either be given a label, or have the
aria-label attribute added to describe it. (Likely the latter is fine, as it doesn't have visible label text by default)
- (ID 469259) Language dropdown should be a
<select> instead of a <ul> as it is a "listbox".
- (ID 469256) Also it needs to be accessible via keyboard (current you can tab to it, but cannot arrow down to select a different language)....this might be fixed by turning this into a
<select> as well.
- (ID 468465) Cannot open "All of DSpace" dropdown via keyboard (only triggers on mouse hover). Likely this should be implemented similar to the language dropdown or Login dropdown (as those both can be opened by tabbing and clicking Enter)
- (ID 468473) Search icon button has no
href value. It MUST have an href value:
- Fix this issue by providing an HREF value (even if JavaScript event handlers are used) for the link. (Note: Ensure that if JavaScript event handlers are used, they allow the link to be activated with the Enter key in addition to the mouse click.).
- e.g.
<a href=quickview.html">Quick view</a>
- e.g.
<a href="javascript:void(0);">Quick view</a>
The full list of these issues (which includes links for more info) can be found at this link (requires login): https://axeauditor.dequecloud.com/test-run/0856438a-a19a-11eb-bc31-b7d5be387c86/issues?activeTab=dt-issue&page=0&pageSize=100&sortField=ordinal&sortDir=asc&row=9&filter%5Bseverity%5D=4&filter%5Bcomponent_number%5D=0&filter%5Bpage_number%5D=8
More Information / Tools
Deque Analysis Summary
A total of 9 Critical issues exist in the Header (visible on all pages). They are summarized here:
dropdownLangand ID=dropdownUserand ID=inputEmailand ID=inputPassword. It appears these elements appear twice in the generated HTML code, but only one is visible on the page. (I'm not sure why this is?)aria-labelattribute added to describe it. (Likely the latter is fine, as it doesn't have visible label text by default)<select>instead of a<ul>as it is a "listbox".<select>as well.hrefvalue. It MUST have anhrefvalue:<a href=quickview.html">Quick view</a><a href="javascript:void(0);">Quick view</a>The full list of these issues (which includes links for more info) can be found at this link (requires login): https://axeauditor.dequecloud.com/test-run/0856438a-a19a-11eb-bc31-b7d5be387c86/issues?activeTab=dt-issue&page=0&pageSize=100&sortField=ordinal&sortDir=asc&row=9&filter%5Bseverity%5D=4&filter%5Bcomponent_number%5D=0&filter%5Bpage_number%5D=8
More Information / Tools