[webkit-changes] [WebKit/WebKit] ffb3f7: AX: Announcements of percentage loaded do not hono...

AndresGonzalezApple noreply at github.com
Mon Feb 5 19:37:37 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ffb3f7edd603facc936c9591d34761d27bccea6b
      https://github.com/WebKit/WebKit/commit/ffb3f7edd603facc936c9591d34761d27bccea6b
  Author: Andres Gonzalez <andresg_22 at apple.com>
  Date:   2024-02-05 (Mon, 05 Feb 2024)

  Changed paths:
    M Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp

  Log Message:
  -----------
  AX: Announcements of percentage loaded do not honor VoiceOver preference of "play tone for web page loading."
https://bugs.webkit.org/show_bug.cgi?id=268772
rdar://121874043

Reviewed by Chris Fleizach.

AXObjectCache::announce causes VoiceOver to output a spoken message regardless of the user preference to announce percentage of page loaded. This patch removes this direct announcement. In a follow up patch, we will notify VoiceOver of page processing progress with a custom notification that VoiceOver will handle according to user preferences.

* Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp:
(WebCore::AXIsolatedTree::reportCreationProgress):

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




More information about the webkit-changes mailing list