12020-10-07 Andres Gonzalez <andresg_22@apple.com>
2
3 Presidential Executive Order pages not accessible with Safari.
4 https://bugs.webkit.org/show_bug.cgi?id=217415
5 <rdar://problem/69922416>
6
7 Reviewed by NOBODY (OOPS!).
8
9 Test: accessibility/aria-modal.html.
10
11 Follow up to the previous change for this bug per Simon Fraser's comment.
12 Check not only the visibility and opacity of the object in question but
13 also of its ancestors.
14
15 * accessibility/AXObjectCache.cpp:
16 (WebCore::AXObjectCache::isNodeVisible const):
17