[webkit-reviews] review granted: [Bug 241444] AX: Update the isolated tree in response to dynamic changes to aria-live, aria-relevant, and aria-atomic : [Attachment 460108] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 21:32:24 PDT 2022


chris fleizach <cfleizach at apple.com> has granted  review:
Bug 241444: AX: Update the isolated tree in response to dynamic changes to
aria-live, aria-relevant, and aria-atomic
https://bugs.webkit.org/show_bug.cgi?id=241444

Attachment 460108: Patch

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




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

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

> Source/WebCore/accessibility/AccessibilityNodeObject.cpp:1309
> +    const AtomString& liveRegionStatus = getAttribute(aria_liveAttr);

this could be auto

> Source/WebCore/accessibility/AccessibilityNodeObject.cpp:1318
> +    const AtomString& relevant = getAttribute(aria_relevantAttr);

this could be auto

> Source/WebCore/accessibility/AccessibilityNodeObject.cpp:1328
> +    const AtomString& atomic = getAttribute(aria_atomicAttr);

this could be auto


More information about the webkit-reviews mailing list