[webkit-changes] [WebKit/WebKit] 70128b: AX: Voiceover/Safari is not reading the contents o...

Tyler Wilcock noreply at github.com
Mon Aug 19 09:14:31 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 70128b4a24b6ff0cebc5c231354e78337735981d
      https://github.com/WebKit/WebKit/commit/70128b4a24b6ff0cebc5c231354e78337735981d
  Author: Tyler Wilcock <tyler_w at apple.com>
  Date:   2024-08-19 (Mon, 19 Aug 2024)

  Changed paths:
    A LayoutTests/accessibility/dynamic-aria-describedby-text-expected.txt
    A LayoutTests/accessibility/dynamic-aria-describedby-text.html
    M LayoutTests/platform/glib/TestExpectations
    M LayoutTests/platform/ios/TestExpectations
    M Source/WebCore/accessibility/AXObjectCache.cpp

  Log Message:
  -----------
  AX: Voiceover/Safari is not reading the contents of divs with role=“tooltip”
https://bugs.webkit.org/show_bug.cgi?id=276690
rdar://131877635

Reviewed by Chris Fleizach.

When the text underneath the target of an aria-describedby changes, we need to post AXExtendedDescriptionChanged to
ensure the accessibility tree is updated.

* LayoutTests/accessibility/dynamic-aria-describedby-text-expected.txt: Added.
* LayoutTests/accessibility/dynamic-aria-describedby-text.html: Added.
* LayoutTests/platform/ios/TestExpectations: Enable new test.
* Source/WebCore/accessibility/AXObjectCache.cpp:
(WebCore::AXObjectCache::handleChildrenChanged):
(WebCore::AXObjectCache::updateIsolatedTree):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list