-
Notifications
You must be signed in to change notification settings - Fork 0
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
SC 332 -- Fieldset issue on tenant and homeowner pages #31
Comments
@damiansian on these pages we've got some checkboxes that show and hide other checkboxes. How should we handle that? I had |
This page was a bit odd to me for several reasons:
One question I have is this... How important is it to make the last statement response conditional when the first response is also a statement and not a question? What is the level of importance in making this conditionally visible? Also, might it be preferable to expose the relationship of I have a proposal here in CodePen |
URL
https://demo.fileyourstatetaxes.org/en/questions/nj-eligibility-health-insurance
Issue
Each checkbox option has its own fieldset so the grouping semantics is read aloud as each option were its own group instead of all the options belonging to a larger group.
Screen shot
WCAG Success Criterion
SC 3.3.2: Labels or Instructions (Level A)
Impacted users
Screen reader users rely on labels and instructions to understand how to fill out form elements properly.
Suggested fix
You can reference these solutions on CodePen:
https://codepen.io/dsian108/pen/YPKEoje?editors=1000
The text was updated successfully, but these errors were encountered: