Accessibility/EditorBehaviourOnUserInput: Difference between revisions

Jump to navigation Jump to search
m
Line 41: Line 41:


===Refined statements===
===Refined statements===
#editable area is always [[Accessibility/RichContentKeyboardBehaviour#Navigation_blocks|navigation block]]
; navigation block:
#if caret is inside an editable area then the editor is focused
Editable area is always [[Accessibility/RichContentKeyboardBehaviour#Navigation_blocks|navigation block]].
#if the editor is focused then pressing tab should insert '\t' character or its used analogue or move the focus outside and editable area to the next tabable element what depends on editor preferences or platform.
; keyboard navigation:
If caret is inside an editable area then the editor is focused.
; tab navigation:
If the editor is focused then pressing tab should insert '\t' character or its used analogue or move the focus outside an editable area to the next tabable element what depends on editor preferences or platform.
; keyboard and mouse interaction:
The rich element isn't focusable or interactive. If the user clicks on the element then it's selected, i.e. the caret is put between empty characters.


=Suggestion=
=Suggestion=
Confirmed users
1,396

edits

Navigation menu