svg-inline-react icon indicating copy to clipboard operation
svg-inline-react copied to clipboard

Accessibility issue, svg <title></title> tag

Open bblurock opened this issue 8 years ago • 3 comments

Is it possible to support <title> tag with current DOMParser approach?

<svg role="img" aria-label="[title + description]">
  <title>[title]</title>
  <desc>[long description]</desc>
  ...
</svg>

ref: http://stackoverflow.com/a/4756461/4759490

bblurock avatar Sep 30 '16 06:09 bblurock

yes, i was looking for the same

sandrina-p avatar Feb 21 '17 10:02 sandrina-p

Looking for the same thing here

ncDevMan avatar Feb 22 '17 15:02 ncDevMan

I'm working in a solution, i'll open a Pull Request soon ;)

sandrina-p avatar Feb 22 '17 16:02 sandrina-p