Home | History | Annotate | Download | only in docs

Lines Matching full:activedescendant

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