[Webkit-unassigned] [Bug 180898] AX: AOM: Dispatch accessibleclick event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 14 15:59:05 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=180898

--- Comment #11 from Nan Wang <n_wang at apple.com> ---
Comment on attachment 333830
  --> https://bugs.webkit.org/attachment.cgi?id=333830
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=333830&action=review

>> Source/WebCore/accessibility/AccessibilityObject.cpp:2166
>> +    for (auto* parentObject = this; parentObject; parentObject = parentObject->parentObject()) {
> 
> should we follow the Element->parentNode() hierarchy here instead of ax object hierarchy?

This is specified in the previous spec, and I think this would keep the same:
Accessibility input events go through capture and bubble phases, just like DOM events. The only difference is that the capture and bubble phases happen entirely in the accessibility tree.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180214/5df2f2c7/attachment.html>


More information about the webkit-unassigned mailing list