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 fix for subscription form #1134

Merged

Conversation

shrilakshmishastry
Copy link
Contributor

What's the issue :
Currently, there are no ids or aria-labels in the public subscription forms. These are helpful for accessibility.

Link to issue

What's the solution:

Add for attribute to label tag and id attribute to input tag.

Label tag with for attribute takes care of handling accessibility for input tag. Refer this document for more info doc

Screenshot of proof:
image

@shrilakshmishastry shrilakshmishastry changed the title accessibility fix accessibility fix for subscription form Jan 6, 2023
@knadh knadh merged commit 7832248 into knadh:master Jan 6, 2023
@candideu
Copy link
Contributor

Thank you @shrilakshmishastry !

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.

None yet

3 participants