Skip to content
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

Open
dbranchini opened this issue Oct 8, 2024 · 4 comments
Open

Links that go to the same place #1430

dbranchini opened this issue Oct 8, 2024 · 4 comments

Comments

@dbranchini
Copy link

dbranchini commented Oct 8, 2024

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.

Screenshot 2024-10-08 at 4 47 44 PM

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."

@thatbudakguy
Copy link
Member

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.

@kimdurante
Copy link
Collaborator

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.)
In the past, we included the data creator and data provider (publisher) names in the metadata. However, more institutions are defaulting to just using the publisher name and not duplicating it in the creator field.
As I am going through our collections and reaccessioning data I am removing the creator field if it is the same as the publisher. So these should start to appear less and less.

I'm about halfway through this work, btw.

@corylown
Copy link
Contributor

This impacts any blacklight app where we're displaying facets as links where there could be duplicate values in different fields.

@thatbudakguy
Copy link
Member

Opened projectblacklight/blacklight#3427 to track this in blacklight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants