[Webkit-unassigned] [Bug 163367] AX: [Mac] better accessibility support for Summary elements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 13 00:21:41 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163367
--- Comment #6 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 291460
--> https://bugs.webkit.org/attachment.cgi?id=291460
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=291460&action=review
> Source/WebCore/accessibility/AccessibilityObject.cpp:463
> + return AccessibilityObject::matchedParent(const_cast<AccessibilityObject*>(this), false, matchFunc);
can we write these enclosures inline to save space?
return AccessibilityObject::matchedParent(const_cast<AccessibilityObject*>(this), false, [](AccessibilityObject* object) {
461 return !object->accessibilityIsIgnored();
462 });
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161013/06f10956/attachment.html>
More information about the webkit-unassigned
mailing list