Replies: 3 comments 1 reply
-
@MrGamble2, Is it possible for you to provide an example page which demonstrates this behavior?
Use codepen or jsfiddle or the like.
Though I believe this has been discussed before.
cc @jcsteh @aleventhal
|
Beta Was this translation helpful? Give feedback.
1 reply
-
there's been a few issues filed with roole alert - can you check if this is a duplicate of any of thse: https://github.com/nvaccess/nvda/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+role+alert |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jcsteh any suggestion here? I think alerts are only read when an action is performed, but not when the page is loaded. Is aria errormessage more appropriate? for this use case? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As part of a government requirement I have been updating a website to meet standards. We run ASP.NET and when you submit a page and backend validation fails (can't find account during a login, account locked, unexpected server outage, etc) the page is actually reloading and errors are just passed with the model and displayed as statically loaded elements. I believe this to be relevant discussion to the issue I am facing: w3c/aria#1360
I would think that like JAWS, NVDA should support reading role="alert" on form load so developers don't have to add extra JS to get the error to read for NVDA. I'm changing our implementation for now but was curious if I am just missing something here or if its a feature worth discussing. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions