You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate whether we could enhance the password input component by using:
aria-pressed on the toggle button; or
role="switch" and aria-checked on the toggle button
This was a late stretch goal that we didn't have time to complete during #4442, though some initial screen reader testing was carried out. See 'testing variants' tab in the testing spreadsheet (internal only).
Why
To see if we can provide more context to assistive technology users about the state of password visibility and the toggle button.
Assumptions
The original contribution passed scrutiny by accessibility specialists and auditors without using these ARIA attributes, so we assume the password input does not require either of these to be considered acceptably accessible.
Making any changes would purely aim to enhance the user experience of screen reader users. We have the option of not making any changes if they don't meaningfully improve anything.
What
Investigate whether we could enhance the password input component by using:
aria-pressed
on the toggle button; orrole="switch"
andaria-checked
on the toggle buttonThis was a late stretch goal that we didn't have time to complete during #4442, though some initial screen reader testing was carried out. See 'testing variants' tab in the testing spreadsheet (internal only).
Why
To see if we can provide more context to assistive technology users about the state of password visibility and the toggle button.
Assumptions
The original contribution passed scrutiny by accessibility specialists and auditors without using these ARIA attributes, so we assume the password input does not require either of these to be considered acceptably accessible.
Making any changes would purely aim to enhance the user experience of screen reader users. We have the option of not making any changes if they don't meaningfully improve anything.
Timebox
1 day(?)
We should review progress after this period of time has elapsed, even if the spike has not been 'completed'
Who is working on this?
Spike lead:
Spike buddy:
Questions to answer
Done when
The text was updated successfully, but these errors were encountered: