-
Notifications
You must be signed in to change notification settings - Fork 793
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
Bug: reports incorrect error on aria-errormessage (ARIA 1.2) #3149
Comments
Is the error incorrect or is it just missing the information about the content being hidden? |
One of the examples given was: <input type="text" id="input-1" aria-invalid="true" aria-errormessage="id-message-1" ></div>
<div id="id-message-1" hidden>Error message 1</div> In ARIA 1.2, it should say something about the content being hidden in this case the hidden Edit: had some feedback on it during a pairing session - will amend and then push. |
cc @spectranaut. Fixed in #3156 |
Ref: dequelabs/axe-core-npm#328
ARIA 1.2
axe-core not reporting that content is hidden when
aria-errormessage
is referenced by ahidden
element.The text was updated successfully, but these errors were encountered: