-
Notifications
You must be signed in to change notification settings - Fork 3
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
Links that go to the same place #1430
Comments
This might be tricky to balance with asking an SR to read the page straight through. If we add the field name to the accessible label of the facet value, it might end up reading something like: "Subject: Human Settlements (subject), Villages (subject), Census (subject), Demography (subject)..." etc. This would be exacerbated even further if we added the text "search for" or similar. Needs some testing to come up with the right solution. |
This might be resolved as we reaccession the data (we decided to do this during the last work cycle in order to move the files out of zips.) I'm about halfway through this work, btw. |
This impacts any blacklight app where we're displaying facets as links where there could be duplicate values in different fields. |
Opened projectblacklight/blacklight#3427 to track this in blacklight. |
On the record detail page, there are many examples of metadata links with the same text that appear to go to the same page. For example, this record has the same creator and publisher - ML InfoMap (Firm). It also has overlapping subjects and themes.
SiteImprove flags it as "links that go to the same place," which is inaccurate. The creator link goes to a faceted search where creator equals ML InfoMap (Firm) and the publisher link goes to a faceted search where publisher equals ML InfoMap (Firm).
Once you login to SiteImprove, go to - https://my2.siteimprove.com/Accessibility/1064059/NextGen/Issue/1?conformance=&siteTargetIssueKinds=1,2&wcagVersion=22&pageSegments=&ruleName=sia-r81&ruleId=81&issueKind=2&exceptTags=1,2&siteTarget.wcagVersion=22&siteTarget.conformanceLevels=0,1,3,4&siteTarget.issueKinds=1,2 to see the full list of these issues (1,662 pages/3294 occurrences).
However, there is a separate valid accessibility issue with links that have the same text that go to different places. A common example is "View more" and it's seen on different sections, such as News and Events. In that case, we add a clearer aria-label, such as "View more news" or "View more events." The aria-label should contain the same text as the original text link plus text that makes it clearer.
Guidelines:
https://www.w3.org/WAI/WCAG22/Techniques/aria/ARIA8
https://www.w3.org/WAI/WCAG22/Understanding/link-purpose-link-only
I recommend that we add the field label, such as "ML InfoMap (Firm), Creator" and ML InfoMap (Firm), Publisher," or to be even clearer, we could try, "Search by ML InfoMap (Firm), Creator" and "Search by ML InfoMap (Firm), Publisher."
The text was updated successfully, but these errors were encountered: