[Webkit-unassigned] [Bug 180866] AX: macOS VoiceOver doesn't announce when details element is expanded when using role group

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 23:31:11 PDT 2018


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

--- Comment #8 from Nan Wang <n_wang at apple.com> ---
(In reply to Darin Adler from comment #7)
> Comment on attachment 341546 [details]
> patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=341546&action=review
> 
> > Source/WebCore/accessibility/AccessibilityObject.cpp:2800
> > +            return object.node() && is<HTMLDetailsElement>(object.node());
> 
> No need to do a null check if using is<>, which returns false for null. So
> it would be better to just write:
> 
>     return is<HTMLDetailsElement>(object.node());

Ok updated
https://trac.webkit.org/changeset/232287/

-- 
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/20180530/f3f828be/attachment.html>


More information about the webkit-unassigned mailing list