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

x/website: A11y, links need discernible text #53565

Open
A11Ybot-OP opened this issue Jun 27, 2022 · 0 comments
Open

x/website: A11y, links need discernible text #53565

A11Ybot-OP opened this issue Jun 27, 2022 · 0 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. website

Comments

@A11Ybot-OP
Copy link

A11Ybot-OP commented Jun 27, 2022

website https://go.dev/
Title: WCAG 2.4.4,WCAG 4.1.2: Ensures links have discernible text (a[href$="google/"])
Tags: Accessibility, WCAG 2.4.4, WCAG 4.1.2, link-name

Issue: Ensures links have discernible text (link-name - https://accessibilityinsights.io/info-examples/web/link-name)

Target application: The Go Programming Language - https://go.dev/

Element path: a[href$="google/"]

Snippet: <a href="/solutions/google/" class="WhoUsesCaseStudyList-caseStudyLink"> <img loading="lazy" height="48" width="30%" src="/images/logos/google.svg" class="WhoUsesCaseStudyList-logo" alt=""> <p>View case study</p> </a>

How to fix:
Fix all of the following:
Element is in tab order and does not have accessible text

Fix any of the following:
Element does not have text that is visible to screen readers
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute

Environment: Chrome version 102.0.0.0

====

This accessibility issue was found using Accessibility Insights for Web 2.32.0 (axe-core 4.4.1), a tool that helps find and fix accessibility issues. Get more information & download this tool at http://aka.ms/AccessibilityInsights.

@dr2chase dr2chase changed the title Website-Title: WCAG 2.4.4,WCAG 4.1.2: Ensures links have discernible text (a[href$="google/"]) go.dev: A11y, links need discernible text Jun 27, 2022
@rsc rsc changed the title go.dev: A11y, links need discernible text x/website: A11y, links need discernible text Jun 27, 2022
@gopherbot gopherbot added this to the Unreleased milestone Jun 27, 2022
@findleyr findleyr modified the milestones: Unreleased, pkgsite/later Jun 28, 2022
@dr2chase dr2chase added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. website
Projects
None yet
Development

No branches or pull requests

4 participants