IBM Equal Access Accessibility Checker contains tools to automate accessibility checking from a browser or in a continuous development/build environment
I was having issues with the 'SVG element has no accessible name error' from the accessibility checker tool. as per the advice, i have taken up the issue with the carbon team and the fix for this is done in the latest charts version. This helped in getting rid of the above error in most of the places. But even after using the latest version of charts, i am still facing the error when the role of the element is 'presentation'. As per the developer's comment, this is a potential bug in the checker tool. Error screenshot
please let me know if you need any more details
Steps to reproduce
Create an svg component with role='presentation'. ideally i shouldnt be seeing the 'The SVG element has no accessible name’' error.
Project
other
Browser
Chrome
Operating system
MacOS
Description
I was having issues with the 'SVG element has no accessible name error' from the accessibility checker tool. as per the advice, i have taken up the issue with the carbon team and the fix for this is done in the latest charts version. This helped in getting rid of the above error in most of the places. But even after using the latest version of charts, i am still facing the error when the role of the element is 'presentation'. As per the developer's comment, this is a potential bug in the checker tool. Error screenshot please let me know if you need any more details
Steps to reproduce
Create an svg component with role='presentation'. ideally i shouldnt be seeing the 'The SVG element has no accessible name’' error.