[webkit-reviews] review granted: [Bug 269523] AX: aria-hidden=true should be ignored on the body and html elements : [Attachment 470908] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Apr 14 06:22:58 PDT 2024
chris fleizach <cfleizach at apple.com> has granted review:
Bug 269523: AX: aria-hidden=true should be ignored on the body and html
elements
https://bugs.webkit.org/show_bug.cgi?id=269523
Attachment 470908: Patch
https://bugs.webkit.org/attachment.cgi?id=470908&action=review
--- Comment #3 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 470908
--> https://bugs.webkit.org/attachment.cgi?id=470908
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=470908&action=review
> Source/WebCore/accessibility/AccessibilityObject.cpp:3995
> + if (tag == bodyTag || tag == htmlTag || (tag == SVGNames::svgTag &&
!element->parentNode()))
Is frame and iframe still ok to hide?
More information about the webkit-reviews
mailing list