-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Deque Analysis] Item Edit "Metadata" Tab "serious" accessibility issues #1193
Comments
Good morning @tdonohue! Following the note/suggestion on how to fix the accessibility problem of the item with id 471438, I would like to contribute to this activity. As I understand it, the problem was solved by adding the "aria-label" attribute to the buttons. Is that what this is about? |
@Andrea-Guevara : I took a closer look at this today, and I believe you are correct. It's just the I'll assign this to you. Thanks! |
…e to the add, save, discard and undo buttons on the metadata editing page
…he add, save, discard and undo buttons on the metadata editing page (cherry picked from commit 4e783e7)
…he add, save, discard and undo buttons on the metadata editing page (cherry picked from commit 4e783e7)
Deque Analysis Summary
Our Item Edit "Metadata" tab has a total of 3 serious accessibility issues (not including color contrast which are handled in other tickets).
(ID 471439) "Buttons have same name but different actions." Every button on this page has no name/label (edit, delete, stop editing, undo). Their text should either be in a<button>
tag and/or have anaria-label
or similar.NOTE: This same issue occurs with all buttons on "Bitstreams" tab, so this fix should use the same solution as [Deque Analysis] Item Edit "Bitstreams" Tab "serious" accessibility issues #1191"Active user interface component lacks 3 to 1 contrast ratio." on the Language input field (when editing a row in the table). The visual boundary of an ACTIVE user interface component does not have at least a 3 to 1 luminosity contrast ratio with either the inner or outer adjacent background.On white background, Visual boundary color:#CED4DA
, Adjacent background color:#FFFFFF
, Contrast ratio: 1.5:1On grayish background, Visual boundary color:#E8EBF3
, Adjacent background color:#FFFFFF
, Contrast ratio: 1.2:1Full list of issues is viewable at (requires login): https://axeauditor.dequecloud.com/test-run/0856438a-a19a-11eb-bc31-b7d5be387c86/issues?activeTab=dt-issue&page=0&pageSize=25&sortField=ordinal&sortDir=asc&filter%5Bseverity%5D=3&filter%5Btype%5D=issue&filter%5Bpage_number%5D=14&row=9
More Information / Tools
The text was updated successfully, but these errors were encountered: