-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Accessibility Violation: link-in-text-block
Impact: serious
Page: /git-going-with-github/
URL: https://community-access.github.io/git-going-with-github/
Description: Ensure links are distinguished from surrounding text in a way that does not rely on color
Help: Links must be distinguishable without relying on color
Element 1:
<a href="https://code.visualstudio.com/">VS Code</a>Selector: blockquote:nth-child(13) > p > a[href$="code.visualstudio.com/"]
Element 2:
<a href="https://github.com/features/copilot">GitHub Copilot</a>Selector: blockquote:nth-child(13) > p > a:nth-child(4)
Element 3:
<a href="https://community-access.github.io">Community Access</a>Selector: footer > p:nth-child(1) > a
Full report and logs available in the workflow run artifacts.
Last detected: 2026-02-27T15:30:28.932Z
Note: This issue was created by an automated accessibility audit using axe-core. Automated tools like this can catch many common WCAG violations but they do not replace manual testing by human testers. Automated tools typically catch around 30-40% of real-world accessibility issues. Issues like unclear focus order, confusing screen reader announcements, cognitive load problems, and complex interaction patterns require hands-on testing with assistive technologies such as VoiceOver, NVDA, and keyboard-only navigation. Please treat this as a starting point, not a complete accessibility review.


