Accessibility/RichContentKeyboardBehaviour: Difference between revisions

Jump to navigation Jump to search
m
Line 180: Line 180:
</div>
</div>


If the caret is on the integral element presented by empty word then the caret  should be set before the next word. The rich text container (where the element is placed) should be focused.
If the caret is on the integral element presented by empty word then the caret  should be set before the next word. The rich text container where the element lives should be focused. For example, if the HTML button is focused (it means the caret is on the element) then the caret should be set before the word following the button.
 
For example, if the HTML button is focused (it means the caret is on the element) then the caret should be set before the word following the button.


If the caret is inside of navigable text of the integral element then the user should traverse the navigable text entirely and then the text container where the element lives should be focused and the caret should be set before the next word after the element's word.
If the caret is inside of navigable text of the integral element then the user should traverse the navigable text entirely and then the text container where the element lives should be focused and the caret should be set before the next word after the element's word.
Line 199: Line 197:
So that the compound element is processed as a normal text.  
So that the compound element is processed as a normal text.  


If the caret is in the middle of the rich sentence then the user should navigate the whole sentence by words.  
If the caret is in the middle of the rich sentence then the user should navigate the whole sentence by words. For example, if the caret is inside of the anchor then the caret should be moved by words through the anchor text.
 
For example, if the caret is inside of the anchor then the caret should be moved by words of the anchor text.  


If the caret is inside of (or on) focusable rich element and the caret goes out of the element then the area where the element is placed should be focused.
If the caret is inside the focusable compound element and the caret goes out of the element then the area where the element is placed should be focused.


=== Navigation by characters ===
=== Navigation by characters ===
Confirmed users
1,396

edits

Navigation menu