We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.3.2
https://codesandbox.io/embed/polished-monad-v0vopl?fontsize=14&hidenavigation=1&theme=dark
Inspect the html construct of the two graphs and see the following
Both graphs have a rect element with an ID of 0.
If you create more than one graphs on the same page, there will be duplicate html tags with the same ID. The id attribute should be unique to provide machine-readable identifier for elements on the page. More on this accessibility issue: https://www.w3.org/WAI/WCAG21/Techniques/html/H93 https://www.w3.org/WAI/WCAG21/Techniques/failures/F77 https://www.ibm.com/able/requirements/requirements/#4_1_1 Is it necessary to put an ID on the rect tag?
All IDs should be unique.
No response
The text was updated successfully, but these errors were encountered:
there is an id property, but even if set, it does not show up anywhere apparently ... (?!)
Sorry, something went wrong.
Ovilia
Successfully merging a pull request may close this issue.
Version
5.3.2
Link to Minimal Reproduction
https://codesandbox.io/embed/polished-monad-v0vopl?fontsize=14&hidenavigation=1&theme=dark
Steps to Reproduce
Inspect the html construct of the two graphs and see the following
Both graphs have a rect element with an ID of 0.
Current Behavior
If you create more than one graphs on the same page, there will be duplicate html tags with the same ID. The id attribute should be unique to provide machine-readable identifier for elements on the page. More on this accessibility issue:
https://www.w3.org/WAI/WCAG21/Techniques/html/H93
https://www.w3.org/WAI/WCAG21/Techniques/failures/F77
https://www.ibm.com/able/requirements/requirements/#4_1_1
Is it necessary to put an ID on the rect tag?
Expected Behavior
All IDs should be unique.
Environment
https://codesandbox.io/embed/polished-monad-v0vopl?fontsize=14&hidenavigation=1&theme=dark
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: