-
Notifications
You must be signed in to change notification settings - Fork 7
Adds docs about fieldsets in forms #217
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
Conversation
|
joedolson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some quarrel with stating that fieldset/legend are required for WCAG; I'd argue that they're the preferred technique, but not the sole way to meet this criteria.
I changed the text into "WCAG Success Criteria for naming grouped form fields" and added an ARIA example with the comment (not preferred). I made all the changes, thank you for the review. |
# Conflicts: # docs/topics/forms/descriptions/content-description.md # docs/topics/forms/descriptions/decision-tree-description.md # docs/topics/forms/fieldsets.md
GaryJones
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few little tweaks needed I think, but ✅
Co-authored-by: Gary Jones <[email protected]>
|
Thanks @GaryJones for the review, I made the changes you suggested. Can you please approve and merge if you agree? |
|
@rianrietveld One more set of value attributes needed in |
|
Thanks @GaryJones I hope I've got everything now :-) |
The related issue number: #157
Preview: https://wpaccessibility.org/pr-preview/pr-217/docs/topics/forms/fieldsets/
Adds content about fieldsets, legends and description s with a fieldset in forms.
I moved info about the descriptions from the section about input/label to this section as that made more sense. I added a reference and a link on the input/label - description page to the new location.
This needs a demo with a video, I will do that when I figured out how to make screen videos with NVDA on Windows.