RESOLVED FIXED 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
Summary AX: Update the isolated tree in response to dynamic changes to aria-live, ari...
Tyler Wilcock
Reported 2022-06-08 18:44:40 PDT
Update the isolated tree in response to dynamic changes to aria-live, aria-relevant, and aria-atomic
Attachments
Patch (38.42 KB, patch)
2022-06-08 18:47 PDT, Tyler Wilcock
no flags
Patch (41.47 KB, patch)
2022-06-08 21:59 PDT, Tyler Wilcock
no flags
Patch (41.44 KB, patch)
2022-06-09 15:11 PDT, Tyler Wilcock
no flags
Radar WebKit Bug Importer
Comment 1 2022-06-08 18:44:49 PDT
Tyler Wilcock
Comment 2 2022-06-08 18:47:40 PDT
chris fleizach
Comment 3 2022-06-08 21:32:24 PDT
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
Tyler Wilcock
Comment 4 2022-06-08 21:59:39 PDT
Tyler Wilcock
Comment 5 2022-06-09 15:11:43 PDT
EWS
Comment 6 2022-06-09 23:25:35 PDT
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].
Note You need to log in before you can comment on or make changes to this bug.