Lines Matching full:role
439 The ARIA attribute <em>role</em>
442 It is expressed with the DOM attribute <code>role</code>,
443 with a value set to one of the pre-defined ARIA role strings.
445 the role attribute should not change its value.
449 The <a href="http://www.w3.org/WAI/PF/aria/roles">ARIA Role Specification</a>
450 holds detailed information on how to pick the correct role.
452 set the <code>role</code> attribute of the toolbar's DOM element as follows:
455 <pre><div role="toolbar">
460 the current state and properties of controls of a particular role.
462 For example, a control with the role "checkbox"
476 all of the states and properties available for a particular role.
485 <pre><div role="toolbar" tabindex="0" aria-activedescendant="button1">
505 <pre><div role="toolbar" tabindex="0" aria-activedescendant="button1">
506 <img src="buttoncut.png" role="button" alt="cut" id="button1">
507 <img src="buttoncopy.png" role="button" alt="copy" id="button2">
508 <img src="buttonpaste.png" role="button" alt="paste" id="button3">
684 <div role="toolbar" tabindex="0" aria-activedescendant="button1" id="tb1"
687 <img src="buttoncut" role="button" alt="cut" id="button1">
688 <img src="buttoncopy" role="button" alt="copy" id="button1">
689 <img src="buttonpaste" role="button" alt="paste" id="button1">