[Webkit-unassigned] [Bug 163367] AX: [Mac] better accessibility support for Summary elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 12 17:02:39 PDT 2016


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

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

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

> Source/WebCore/accessibility/AccessibilityObject.cpp:2483
> +        for (AccessibilityObject* parentObject = this->parentObject(); parentObject; parentObject = parentObject->parentObject()) {

do we have an enclosure for this?

> Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:1413
> +    if (m_object->supportsExpanded() || m_object->isSummary())

should supportsExpanded() also include isSummary()?

-- 
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/46713f67/attachment.html>


More information about the webkit-unassigned mailing list