Lines Matching full:activedescendant
481 the ARIA property <code>aria-activedescendant</code>
485 <pre><div role="toolbar" tabindex="0" aria-activedescendant="button1">
490 <a href="http://www.w3.org/WAI/PF/aria/states_and_properties#aria-activedescendant"><code>aria-activedescendant</code></a>
505 <pre><div role="toolbar" tabindex="0" aria-activedescendant="button1">
646 Note how the ARIA property <code>aria-activedescendant</code>
670 tb.setAttribute("aria-activedescendant", buttonid);
675 tb.setAttribute("aria-activedescendant", buttonid);
684 <div role="toolbar" tabindex="0" aria-activedescendant="button1" id="tb1"