HomeSort by relevance Sort by last modified time
    Searched full:activedescendant (Results 1 - 17 of 17) sorted by null

  /cts/tests/tests/webkitsecurity/assets/
aria-activedescendant-crash.html 10 var test = accessibilityController.focusedElement.stringAttributeValue("aria-activedescendant");
16 This tests that there is no crash if you set an aria-activedescendant attribute to an id of an element that has no renderer.<br>
17 <input type="button" id="bt" onclick="this.setAttribute('aria-activedescendant', 'hiddenElement')" value="Use VoiceOver to activate this button, and then navigate to the next element">
  /external/webkit/Tools/Scripts/webkitpy/common/net/
layouttestresults_unittest.py 48 <td><a href="/var/lib/buildbot/build/gtk-linux-64-release/build/LayoutTests/accessibility/aria-activedescendant-crash.html">accessibility/aria-activedescendant-crash.html</a></td>
49 <td><a href="accessibility/aria-activedescendant-crash-stderr.txt">stderr</a></td>
  /external/chromium/chrome/common/extensions/docs/static/
a11y.html 137 the ARIA property <code>aria-activedescendant</code>
142 &lt;div role="toolbar" tabindex="0" aria-activedescendant="button1"&gt;
147 <a href="http://www.w3.org/WAI/PF/aria/states_and_properties#aria-activedescendant"><code>aria-activedescendant</code></a>
163 &lt;div role="toolbar" tabindex="0" aria-activedescendant="button1"&gt;
310 Note how the ARIA property <code>aria-activedescendant</code>
335 tb.setAttribute("aria-activedescendant", buttonid);
340 tb.setAttribute("aria-activedescendant", buttonid);
349 &lt;div role="toolbar" tabindex="0" aria-activedescendant="button1" id="tb1"
  /external/webkit/Source/WebCore/html/
HTMLAttributeNames.in 15 aria-activedescendant
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
webkit 11 aria-activedescendant
mozilla 29 aria-activedescendant
  /cts/tests/tests/webkitsecurity/src/android/webkitsecurity/cts/
WebkitAriaActivedescendantCrashTest.java 63 private static final String TEST_PATH = "aria-activedescendant-crash.html";
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
htmlattrs.in 11 aria-activedescendant
  /external/chromium/chrome/common/extensions/docs/
a11y.html 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"
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.html 235 // Update aria-activedescendant property in response to focus change
239 "aria-activedescendant", this.id);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.h 218 virtual AccessibilityObject* activeDescendant() const;
AXObjectCache.cpp 147 if (AccessibilityObject* descendant = obj->activeDescendant())
AccessibilityObject.h 485 virtual AccessibilityObject* activeDescendant() const { return 0; }
AccessibilityRenderObject.cpp     [all...]
  /external/chromium/chrome/browser/accessibility/
accessibility_win_browsertest.cc 420 L"document.body.children[0].setAttribute('aria-activedescendant', 'li')");
  /external/webkit/Source/WebCore/dom/
Element.cpp 747 // any change to aria-activedescendant attribute triggers accessibility focus change, but document focus remains intact
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog     [all...]

Completed in 3494 milliseconds