Focus management: a practical example of focus loss in the Sidebar #895
Labels
[Focus] Accessibility (a11y)
Changes that impact accessibility and need corresponding review (e.g. markup changes).
There are already some issues (see for example #297 and #515) about focus management (that's of fundamental importance for accessibility) and also some discussions have already happened.
In this issue I'd like to clarify a bit the effect of a focus loss and what that does mean for users who don't use a pointing device. I've made a short video (22 seconds!) using the current Gutenberg plugin as of May 23rd: https://cloudup.com/c-ls4zlBvk0
A few notes:
focusable
elements: this breaks a bit the layout, please ignore the breakageThis focus loss actually forces to start navigating content from scratch, which is one of the worst thing can happen for users who don't use a pointing device.
To avoid this focus losses there's really the need of a "focus management" tool able to get references to DOM elements, even if they pertain to different components. This tool should give the ability to move focus back in a logical place when necessary, to evaluate on a case by case basis.
The text was updated successfully, but these errors were encountered: