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

Alternative text for SVG icon is announced twice #4782

Open
nvaccessAuto opened this issue Jan 8, 2015 · 3 comments
Open

Alternative text for SVG icon is announced twice #4782

nvaccessAuto opened this issue Jan 8, 2015 · 3 comments

Comments

@nvaccessAuto
Copy link

nvaccessAuto commented Jan 8, 2015

Reported by kloots on 2015-01-08 05:39
Adding a role of "img" to the SVG element does result in the value of the <title> being recognized in NVDA, but the title is announced twice.

Sample markup:

<svg role="img">
  <title>Green rectangle</title>
  <rect width="75" height="50" rx="20" ry="20" fill="#90ee90" stroke="#228b22" stroke-fill="1" />
</svg>
@ehollig
Copy link
Collaborator

ehollig commented Sep 10, 2017

It appears that this issue is specific to Internet Explorer. Tested the attached document in Firefox, Chrome, and Edge, and did not experience double speaking of the title attribute.
test 4782.zip

@Adriani90
Copy link
Collaborator

@ehollig are you still able to reproduce it?

@ehollig
Copy link
Collaborator

ehollig commented Jan 20, 2019

Yes, still able to reproduce in IE 11 and now Firefox 64. CC @jcsteh

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

No branches or pull requests

3 participants