You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: