-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
At the moment, there is no way to TAB across each editor-block
, because TABBING enters a block, and there is no way for keyboard users to exit a block.
@sergejspomer and myself discussed accessibility suggestions.
Accessibility suggestions
-
when user tabs through
editor-block
s, only enter aneditor-block
when user presses ENTER or starts typing something (any key that is not TAB, ESC, or SPACE) (the preferred option). -
when user presses ESC key while inside an
editor-block
, leave theeditor-block
(i.e. take theeditor-block
out of focus)