-
Notifications
You must be signed in to change notification settings - Fork 197
Form component: Updated Disabled States guidance #2776
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
Adding a section to guidance for disabled states.
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.
Everything looks great except one tiny thing. For the sentence "If you must use disabled states, follow best practices." The "must" should be italicized. Once that is changed it is good to go!
All set! |
Form component page needs changelog update with this section addition. Just added it.
Added changelog but realized this is also in use on the Form templates page and this update isn't the same as what will be seen on form templates page. Will need help resolving. |
Closed #2775 in favor of this. Copy changes to clarify are coming and will submit for FFR when complete. |
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.
LGTM!
Co-authored-by: Charlie Mahoney <[email protected]>
Hey @mahoneycm , I merged your changes and it's ready for Dan to review. Take a look if you want to confirm :) |
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.
@finekatie lgtm! I also added a preview link to the form template page since this page is updated with the same content 👍
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'd like the changelog to be a bit more specific
I also added @amyleadem as a reviewer for another editorial eye. |
…sabledstates-formcomponent
Co-authored-by: Dan O. Williams <[email protected]>
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.
Looks good! Added a couple of small suggestions below. Let me know if you have any questions.
Co-authored-by: Amy Leadem <[email protected]>
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.
LGTM!
Important
We need to update the changelog date before merge.
added changelog date
Was hoping to update the changelog and merge, but this has some tests failing, so that date addition might be premature. Intending to look again on Monday. |
…sabledstates-formcomponent
@amyleadem, could you look at the failing tests here? |
…sabledstates-formcomponent
…sabledstates-formcomponent
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.
LGTM
Summary
Add Disabled states guidance section with new guidance.
Related issue
Affects #2246
Does not close it as there are two other PRs for other pages.
Related to #2744
Preview link:
Preview link: Form component
Form template page
Problem statement
Current page does not have guidance for disabled states.
Research and discussion among USWDS team members have resulted in a solution
Solution
Will be adding accessibility guidance to this page as part of a Phase 1 of Disabled States work.
Testing and review
!ALERT!