Reasons to do this are: * Naming of isAXHidden is a bit of a lie * We don't want to inherit inert state from parent to child, like we do for aria-hidden
<rdar://problem/83437885>
Created attachment 439027 [details] Patch
Committed r282956 (242046@main): <https://commits.webkit.org/242046@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 439027 [details].
(In reply to Tim Nguyen (:ntim) from comment #2) > Created attachment 439027 [details] > Patch Can we add the check for isInert to AccessibilityObject::ignoredFromModalPresence instead? No need to expose isInert in the AXCoreObject interface, so it should be removed from there and from AXIsolatedObject. While you are at it, could you please also remove ignoredFromModalPresence from the AXCoreObject interface and make it a virtual in AccessibilityObject? And also remove it from AXIsolatedObject. Thanks.