[webkit-reviews] review granted: [Bug 243210] AX ITM: Fix for accessibility/nested-textareas-value-changed-notifications.html in isolated tree mode. : [Attachment 461221] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 26 07:12:31 PDT 2022


chris fleizach <cfleizach at apple.com> has granted Andres Gonzalez
<andresg_22 at apple.com>'s request for review:
Bug 243210: AX ITM: Fix for
accessibility/nested-textareas-value-changed-notifications.html in isolated
tree mode.
https://bugs.webkit.org/show_bug.cgi?id=243210

Attachment 461221: Patch

https://bugs.webkit.org/attachment.cgi?id=461221&action=review




--- Comment #3 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 461221
  --> https://bugs.webkit.org/attachment.cgi?id=461221
Patch

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

> Source/WebCore/accessibility/AccessibilityObject.cpp:2373
>      if (!renderer() || !is<Element>(node()))

We don’t need this renderer check here anymore


More information about the webkit-reviews mailing list