asc-csa/Scisat-App

Accessibility - Update button span (Comms #2)

Closed this issue · 4 comments

[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

Addressed in prod (see pull requests).

@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.

Made a change that should fix it for them

Works for me; I'll run it by comms. Thanks!