[Webkit-unassigned] [Bug 156774] AX: <svg> elements with labels and no accessible contents are exposed as empty AXGroups

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 8 09:47:19 PDT 2019


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

--- Comment #47 from Eric Liang <ericliang at apple.com> ---
Comment on attachment 366027
  --> https://bugs.webkit.org/attachment.cgi?id=366027
Patch

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

>> Source/WebCore/accessibility/AccessibilitySVGElement.cpp:251
>> +        for (const AccessibilityObject* parent = this; parent; parent = parent->parentObject()) {
> 
> can you use the matchedParent closure style

Sure. though the check has to run twice.

-- 
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/20190408/4b407b84/attachment-0001.html>


More information about the webkit-unassigned mailing list