[Webkit-unassigned] [Bug 196998] AX: HTML datalist accessibility is not exposed by WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 9 12:53:46 PDT 2019


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

--- Comment #3 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 373744
  --> https://bugs.webkit.org/attachment.cgi?id=373744
Patch

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

> Source/WebCore/accessibility/AccessibilityObject.cpp:2795
> +    RefPtr<Element> element = this->element();

auto

> Source/WebCore/accessibility/AccessibilityObject.cpp:2799
> +    RefPtr<Element> datalist = element->treeScope().getElementById(datalistId);

auto

> Source/WebCore/accessibility/AccessibilityObject.cpp:2800
> +    return (datalist && is<HTMLDataListElement>(datalist));

the datalist pointer check seems like it might not necessary since is<HTMLDataListElement> should handle the null

-- 
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/20190709/a601870a/attachment.html>


More information about the webkit-unassigned mailing list