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

WCAG validation failure for aria described by after fixing errors on forms. #75

Closed
luisluix opened this issue Feb 14, 2018 · 2 comments
Closed
Assignees
Labels
cost: M Will take from 3 - 5 days to complete investigate

Comments

@luisluix
Copy link

luisluix commented Feb 14, 2018

https://dotnetfiddle.net/HiDCu5

Step 1; click submit
Step 2: put something in textbox 1
Step 3: inspect elements

If you check the "aria-described by" of the elements, input1 aria-described by points to "inputtext-error", but since we already fixed the error, the element with the "inputtext-error" ID no longer exists. This is what is causing the WCAG error. When we do step 2, aria-described by on input1 should be removed as well.

@mkArtakMSFT
Copy link
Member

@jbagga, can you please look into this? Thanks!

@jbagga jbagga added the cost: M Will take from 3 - 5 days to complete label Mar 3, 2018
@jbagga
Copy link
Contributor

jbagga commented Mar 13, 2018

Thanks @luisluix
This seems to be a dupe of jquery-validation/jquery-validation#2094 as you are aware of already :)
Closing for now.

@jbagga jbagga closed this as completed Mar 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cost: M Will take from 3 - 5 days to complete investigate
Projects
None yet
Development

No branches or pull requests

3 participants