[webkit-changes] [WebKit/WebKit] b98f70: AX ITM: Fix for accessibility/aria-roledescription...

AndresGonzalezApple noreply at github.com
Tue Sep 20 18:11:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b98f70eae682523c44248b9cefe185c487258c61
      https://github.com/WebKit/WebKit/commit/b98f70eae682523c44248b9cefe185c487258c61
  Author: Andres Gonzalez <andresg_22 at apple.com>
  Date:   2022-09-20 (Tue, 20 Sep 2022)

  Changed paths:
    M LayoutTests/accessibility-isolated-tree/TestExpectations
    M Source/WebCore/accessibility/AXLogger.cpp
    M Source/WebCore/accessibility/AXObjectCache.cpp
    M Source/WebCore/accessibility/AXObjectCache.h
    M Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp

  Log Message:
  -----------
  AX ITM: Fix for accessibility/aria-roledescription.html in isolated tree mode.
https://bugs.webkit.org/show_bug.cgi?id=245426
<rdar://problem/100172155>

Reviewed by Chris Fleizach.

We were not updating the isolated tree when the aria-roledescription attribute changes.

* LayoutTests/accessibility-isolated-tree/TestExpectations:
* Source/WebCore/accessibility/AXLogger.cpp:
(WebCore::operator<<):
* Source/WebCore/accessibility/AXObjectCache.cpp:
(WebCore::AXObjectCache::handleRoleChanged):
(WebCore::AXObjectCache::handleRoleDescriptionChanged):
(WebCore::AXObjectCache::handleAttributeChange):
(WebCore::AXObjectCache::updateIsolatedTree):
* Source/WebCore/accessibility/AXObjectCache.h:
* Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp:
(WebCore::AXIsolatedTree::updateNodeProperty):

Canonical link: https://commits.webkit.org/254704@main




More information about the webkit-changes mailing list