[Webkit-unassigned] [Bug 149278] AX: aria-hidden=false causes video fallback content to be exposed to AX API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 30 17:48:21 PDT 2016


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

--- Comment #4 from Nan Wang <n_wang at apple.com> ---
Comment on attachment 275243
  --> https://bugs.webkit.org/attachment.cgi?id=275243
patch

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

>> Source/WebCore/accessibility/AXObjectCache.cpp:2518
>> +            if (testNode->renderer() != nil)
> 
> if (!testNode->renderer())

I think you mean if(testNode->renderer()) ?

-- 
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/20160331/a2391bf5/attachment.html>


More information about the webkit-unassigned mailing list