-
Notifications
You must be signed in to change notification settings - Fork 204
Component lifecycle status: update input mask #3185
Copy link
Copy link
Open
Labels
Affects: Accessibility 🟡Relates to the accessibility of our componentsRelates to the accessibility of our componentsAffects: GuidanceRelates to guidanceRelates to guidanceGood First IssueA good issue for those new to USWDSA good issue for those new to USWDSNeeds: Help WantedWe need help on this issueWe need help on this issueStatus: AcceptedWe will address this issueWe will address this issueType: BugA problem in the codeA problem in the code
Metadata
Metadata
Assignees
Labels
Affects: Accessibility 🟡Relates to the accessibility of our componentsRelates to the accessibility of our componentsAffects: GuidanceRelates to guidanceRelates to guidanceGood First IssueA good issue for those new to USWDSA good issue for those new to USWDSNeeds: Help WantedWe need help on this issueWe need help on this issueStatus: AcceptedWe will address this issueWe will address this issueType: BugA problem in the codeA problem in the code
Describe the bug
Input mask has failed WCAG 2.1 AA: this is reflected appropriately on the main component page for input mask, the input mask known issue section and input mask's accessibility test page, but not the component status page.
On the component status page, input mask's entry should read "Use with caution," reflecting the appropriate lifecycle phase for the current version of input mask.
Steps to reproduce the bug
Expected Behavior
Input mask's "Released" column label should read "Use with caution" and be in a different color than "Released" labels. The appropriate color to use has not yet been established since this is the first instance of an accessibility failure of a USWDS component that we have not been able to address promptly (to my knowledge).
Screenshots
Current status page:
From the input mask component page:

System setup
No response
Additional context
No response
Code of Conduct