svg-inline-react
svg-inline-react copied to clipboard
Accessibility issue, svg <title></title> tag
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
yes, i was looking for the same
Looking for the same thing here
I'm working in a solution, i'll open a Pull Request soon ;)