-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
HTML disabled text field using aria-label not reading aria-label #7029
Comments
@michelhebertI cannot reproduce this issue in IE11 and NVDA 2019.1. Could you please test if you are still having this problem? |
Ok the initial author does not seem to be available anymore. |
@michelhebert are you still experiencing this issue in Internet Explorer? @Adriani90 was not able to from #7029 (comment) |
@ehollig Still here, just a little delayed in responding. I just updated NVDA 2019.2 and ran it against the example with IE11. I'm still seeing the same issue. What does NVDA output in the viewer for you? I get the following:
|
Closing as duplicate of #12177 which contains more discussion and is reproducible in every browser just like this one as well. |
Hi,
I'm running into an issue in IE11 where a disabled text field using
aria-label
is still reading it's<label>
content instead of thearia-label
value.Based on the ARIA spec,
aria-label
should take precedence.JSFiddle example: https://jsfiddle.net/33xw9snp/
Code used in the JSFiddle example:
I haven't seen an issue opened/closed for this, so here you go.
Thanks!
Michel
The text was updated successfully, but these errors were encountered: