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

Accessibility: Screen readers do not have text to read links - link contains no text. #327

Closed
EvaDrans opened this issue Sep 20, 2023 · 1 comment · Fixed by #361
Closed
Assignees
Labels
bug Something isn't working fellow project Issues that Fellows can help support

Comments

@EvaDrans
Copy link

EvaDrans commented Sep 20, 2023

Description

No accessible name for social media link, Facebook and Twitter

Severity:

6

Steps to reproduce the issue

  1. Open any page on https://digitalcorps.gsa.gov/
  2. Activate screen reader
  3. Navigate to the footer, tab on the Social media icons, Facebook and Twitter
    image

WCAG Reference

Remediation Suggestion

Provide text within the link that describes the functionality and/or target of that link.

Fix ONE 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

code reference

<a class="usa-social-link usa-social-link--linkedin" href="https://www.linkedin.com/company/us-digital-corps"></a>
<a class="usa-social-link usa-social-link--twitter" href="https://twitter.com/USDigitalCorps"></a>

@EvaDrans EvaDrans added bug Something isn't working a11y Improvements for accessibility labels Sep 20, 2023
@EvaDrans EvaDrans added fellow project Issues that Fellows can help support and removed a11y Improvements for accessibility labels Sep 20, 2023
@chriskuang4
Copy link
Contributor

Deprioritized this for case studies. Will likely pick back up Thu 10/12 or thereabouts.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 22, 2024
@Dahianna Dahianna moved this to Done in the Backlog Aug 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working fellow project Issues that Fellows can help support
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants