Accessibility/RichContentKeyboardBehaviour: Difference between revisions

Jump to navigation Jump to search
m
Line 243: Line 243:
<div style="margin: 1em 0px; border: 2px dotted orange; padding: 1em;">
<div style="margin: 1em 0px; border: 2px dotted orange; padding: 1em;">
For example if HTML button and HTML image are placed after another within editable area
For example if HTML button and HTML image are placed after another within editable area
<pre>text&lt;button&gt;btn1&lt;/button&gt;&lt;button&gt;btn2&lt;/button&gt;
<pre>text&lt;button&gt;btn1&lt;/button&gt;&lt;img src="wiki_header_logo.gif"&gt;
</pre>  
</pre>  
then right arrow key presses should traverse "text" by characters, then focus the button, focus the text container and set caret position between button and image, then make current the image, then focus the text container and set caret position after the image.
then right arrow key presses should traverse "text" by characters, then focus the button, focus the text container and set caret position between button and image, then make current the image, then focus the text container and set caret position after the image.
9

edits

Navigation menu