Accessibility - Update button span (Comms #2)
Closed this issue · 4 comments
nfee006 commented
[Accessibilité]
The attribute « tabindex » has been added to the span « Update » to make it keyboard accessible. You must use a instead (or move the tabindex to the parent span (#generate) and add the attribute role=button)
[37]
@coleweusthem FYI
nfee006 commented
Addressed in prod (see pull requests).
nfee006 commented
@coleweusthem Feedback from Comms:
The tabindex works in that it allows you to focus on the "Update" span. However, when click "enter" on the keyboard, nothing happens. You can only activate it with a mouse click. We need to be able to use the "enter" button as well.
coleweusthem commented
Made a change that should fix it for them
nfee006 commented
Works for me; I'll run it by comms. Thanks!