Maybe it's best we all just agree to not use `tabindex=0` anymore.

@matuzo

All in. 👍

+1

Never really used it intentionally, because there was always some flaw going on with it... (But we use #GravityForms a lot and I kind of remember, there were some issues out of the box a couple of years ago with `tabindex`)

@matuzo when I read this toot this morning I thought ‘sure makes sense’, but just now I found I have a div with scrollable content which needs to be keyboard focusable (if I understand it correctly), and both https://www.w3.org/WAI/standards-guidelines/act/rules/0ssw9k/proposed/#passed-example-1 and https://dequeuniversity.com/rules/axe/4.8/scrollable-region-focusable recommend using `tabindex=0` for that. Sooo... is that bad advice?
Scrollable content can be reached with sequential focus navigation

Accessibility resources free online from the international standards organization: W3C Web Accessibility Initiative (WAI).

Web Accessibility Initiative (WAI)