swimlane / ngx-graph

Graph visualization library for angular

Home Page:https://swimlane.github.io/ngx-graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

valaram opened this issue · 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.