Confirmed users
1,396
edits
| Line 41: | Line 41: | ||
===Refined statements=== | ===Refined statements=== | ||
; navigation block: | |||
Editable area is always [[Accessibility/RichContentKeyboardBehaviour#Navigation_blocks|navigation block]]. | |||
; 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= | ||