Update the isolated tree in response to dynamic changes to aria-live, aria-relevant, and aria-atomic
<rdar://problem/94682718>
Created attachment 460108 [details] Patch
Comment on attachment 460108 [details] 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
Created attachment 460111 [details] Patch
Created attachment 460147 [details] Patch
Committed r295446 (251452@main): <https://commits.webkit.org/251452@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 460147 [details].