helgasoft commented on issue #21022: URL: https://github.com/apache/echarts/issues/21022#issuecomment-2978245753
@meganthecoder, do you have a code example for SVG or some inner element (path, rect, text, etc) being defined as ```role='button'``` ? There are [other tags available](https://www.unimelb.edu.au/accessibility/techniques/accessible-svgs), but I could not find any ARIA svg **button** role examples... Buttons could be defined as HTML items [enclosing SVG](https://medium.com/100-days-in-kyoto-to-create-a-web-app-with-google/day-16-icon-buttons-should-be-labelled-with-aria-label-1056515d3707), but that is irrelevant to the ECharts SVG chart structure. Ultimately, we can conclude that ECharts allows [aria tags](https://echarts.apache.org/en/option.html#aria) for the chart as a whole, but not for inside elements. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
