d3plus / d3plus-text

A smart SVG text box with line wrapping and automatic font size scaling.
MIT License
105 stars 19 forks source link

add support for "aria-hidden" attributes #89

Closed davelandry closed 6 years ago

davelandry commented 6 years ago

For hiding whether or not certain texts should be read by screen-readers, it would be great to have a ariaHidden method.

davelandry commented 6 years ago

This will need to be added to the <text> elements themselves: https://github.com/d3plus/d3plus-text/blob/master/src/TextBox.js#L273-L302