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
From https://docs.google.com/spreadsheets/d/1Fs5sY1zgpovWVdHMqpJWRu2Zvyr53jw7, here are "major" accessibility issues for the Dashboard page that we can fix without design changes. (Note: Mike addressed accessibility level A and AA problems noted by the SiteImprove, WAVE and Axe browser plugins in PRs #3161)
(Minor level) Some elements make inappropriate use of ARIA roles, states, and/or properties. The three links "Collection details," "Collection settings," and "Deposits" are structured as tabs (role="tab"), but they are not three different areas of content on the same page. They are actually three different pages.
(Trivial level) The labels for the tables, provided through the element have an edit link adjacent to another link or text. The edit link repeats the adjacent text and both values are concatenated together to provide the caption value. For example, one of the pages has a table caption value of "A Test Collection for Honors Theses RevisedEdit A Test Collection for Honors Theses Revised."
The text was updated successfully, but these errors were encountered:
From https://docs.google.com/spreadsheets/d/1Fs5sY1zgpovWVdHMqpJWRu2Zvyr53jw7, here are "major" accessibility issues for the Dashboard page that we can fix without design changes. (Note: Mike addressed accessibility level A and AA problems noted by the SiteImprove, WAVE and Axe browser plugins in PRs #3161)
Note that solutions may be suggested in https://docs.google.com/spreadsheets/d/1Fs5sY1zgpovWVdHMqpJWRu2Zvyr53jw7.
These can be separate PRs, and/or split into separate tickets.
<h5>
instances with an id="content-type-prompt" present. (see PR Improve accessibility for welcome/home page and dashboard #3159 for how Mike changed this for dashboard). See same for Collection View - Collection Settings page Collection View - Deposits page: "major" accessibility issues that may not need design #3176The text was updated successfully, but these errors were encountered: