Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bblurock opened this issue Sep 30, 2016 · 3 comments
Open

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

bblurock opened this issue Sep 30, 2016 · 3 comments

Comments

@bblurock
Copy link

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

@sandrina-p
Copy link

yes, i was looking for the same

@ncDevMan
Copy link

Looking for the same thing here

@sandrina-p
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants