[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:06:22 PDT 2016


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

--- Comment #4 from Nan Wang <n_wang 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?

we don't in this class.

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

I think it's the detail element that actually has the expanded status. I'm not sure how other platform is doing this, so putting here to only affect mac.

-- 
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/769570e9/attachment-0001.html>


More information about the webkit-unassigned mailing list