[a11y] Buttons do not have visible focus state #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Buttons (and
class="button"
) do not have visible focus states. Navigating to them by keyboard isn't highlighting them as it does with links (<a>
). I would suggest, adding a visible outline on keyboard focus via something like this:WCAG Reference: 2.4.7 Focus Visible (Level AA) [QuickRef] [Understanding]