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

Accessibility issue fix #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shravanmahankali
Copy link

aXe tool has reported 'Form elements must have labels' issue and recommendation was 'Ensures every form element has a label'. Hence, applied "for" attribute to "" element and "aria-label" attribute to "" element to fix this issue. I have tested the 'date picker', it is working as usual and also reevaluated using aXe tool and this issue is not reported again.

aXe tool has reported 'Form elements must have labels' issue and recommendation was 'Ensures every form element has a label'. Hence, applied "for" attribute to "<label>" element and "aria-label" attribute to "<input>" element to fix this issue.
@shravanmahankali
Copy link
Author

merge successful.

@shravanmahankali
Copy link
Author

Leave a comment

@shravanmahankali
Copy link
Author

please review and merge the fixes.

@Anthropic
Copy link

Anthropic commented Apr 20, 2017

@shravanmahankali the only file you should have modified is the one in src folder, they wont accept it without that changed as well. :)

@shravanmahankali
Copy link
Author

Okay, I don't see similar files under src folder, am I missing anything?

@scottux
Copy link

scottux commented Feb 7, 2018

There should be an html in src where you can make this change, then run gulp to create the concatenated and minified file which you have edited here.

@scottux
Copy link

scottux commented Feb 8, 2018

This issue should be resolved with #45 or #43. #45 has the changes from #43 and one of those includes the label's for attribute as well as hiding to all but screen readers rather than just hiding for all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants