Accessibility/RichContentKeyboardBehaviour: Difference between revisions

m
Line 331: Line 331:
For example, if an editable area contains two buttons (HTML and ARIA buttons) and there is one button outside of the editable area  
For example, if an editable area contains two buttons (HTML and ARIA buttons) and there is one button outside of the editable area  
<pre>&lt;div contentEditable="true"&gt;
<pre>&lt;div contentEditable="true"&gt;
   Text&lt;button&gt;btn1&lt;/button&gt;text&lt;div role="button" tabindex="0"&gt;btn2&lt;/button&gt;text
   Text&lt;button&gt;btn1&lt;/button&gt;text&lt;div role="button" tabindex="0"&gt;btn2&lt;/div&gt;text
&lt;/div&gt;
&lt;/div&gt;
&lt;button&gt;btn3&lt;/button&gt;
&lt;button&gt;btn3&lt;/button&gt;
Confirmed users
1,396

edits