swimlane/ngx-graph

Accessibility Issue: Duplicate ID for svg:path and svg:g Elements in ngx-graph

valaram opened this issue · 0 comments

ngx-graph is currently failing to comply with Accessibility WEB 4.1.1 (A) Parsing, which states that all ID attributes for elements on a web page should be unique.

The problem arises from both the [svg:path] and [svg:g] elements having the same ID, which is derived from [id]="link.id."

This non-compliance is causing accessibility issues and failure in automated testing systems.