Skip to content

Conversation

@huangkevin-apr
Copy link

Issue Description

When running IBM Accessibility Checker (Version 4.0.8) on the homepage, several accessibility violations were reported in the SiteFooter section.
Specifically, multiple elements were flagged with the following violation:

The SVG element has no accessible name.

These SVGs are part of the SiteFooter UI and, when viewed together, visually give the impression of a single image or grouped visual element. However, without appropriate accessibility handling, assistive technologies are unable to interpret their purpose correctly, resulting in accessibility violations.

image image

Fix Description

The patch submitted in this PR was generated by A11YRepair, an automated Web Accessibility repair tool that I developed to address common accessibility violations in web applications.
The generated fixes were manually reviewed and validated before submission.

For the affected SVG elements, the fix ensures that they are handled appropriately from an accessibility perspective, preventing unnecessary exposure to assistive technologies and eliminating the reported violations.

Verification

  • Re-ran IBM Accessibility Checker after applying the patch.
  • Confirmed that the previously reported SVG-related accessibility violations no longer occur.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant