-
Notifications
You must be signed in to change notification settings - Fork 792
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
Add 'aria-errormessage' to definitions list #499
Comments
I have some reservations about allowing this into axe-core just yet. Do you know if there are any assistive technologies that support this yet? We have a policy of only taking in accessibility feature that have sufficient support. The only exception to that being, those features that wouldn't get in the way if they weren't support. I don't think that's the case here, but certainly open to some counter-arguments. |
@WilcoFiers, as far as I know, I see three options here: Option 1Replacing PRO:
CON:
Option 2Use both PRO:
CON:
Option 3No changes to current pattern (opposes adoption now) PRO:
CON:
|
@AutoSponge Sounds good. I agree, if aria-errormessage was to point to a live region, or if it pointed to the same element as aria-describedby, I think it should pass axe-core. Are you interested on working on a PR for this? If not I think we can leave it on the issue board and we'll get to it when we can. |
Great! I will start work on a PR. |
JAWS appears to support it in browsers. |
context:
axe-core/lib/commons/aria/index.js
Line 51 in 645d1fa
spec: https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage
Suggested fix: insert
The text was updated successfully, but these errors were encountered: