[webkit-changes] [WebKit/WebKit] 75ddd6: AX: AXPropertyName::URL is not updated after the s...
Tyler Wilcock
noreply at github.com
Sat Oct 28 18:19:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 75ddd6414386bc80d31935137fa0f3460bbc83e0
https://github.com/WebKit/WebKit/commit/75ddd6414386bc80d31935137fa0f3460bbc83e0
Author: Tyler Wilcock <tyler_w at apple.com>
Date: 2023-10-28 (Sat, 28 Oct 2023)
Changed paths:
M LayoutTests/accessibility/url-test-expected.txt
M LayoutTests/accessibility/url-test.html
M LayoutTests/accessibility/video-element-url-attribute-expected.txt
M LayoutTests/accessibility/video-element-url-attribute.html
M Source/WebCore/accessibility/AXObjectCache.cpp
Log Message:
-----------
AX: AXPropertyName::URL is not updated after the src attribute changes
https://bugs.webkit.org/show_bug.cgi?id=263833
rdar://problem/117632641
Reviewed by Chris Fleizach.
This causes the AXURL attribute to become stale.
* LayoutTests/accessibility/url-test-expected.txt:
* LayoutTests/accessibility/url-test.html:
* LayoutTests/accessibility/video-element-url-attribute-expected.txt:
* LayoutTests/accessibility/video-element-url-attribute.html:
* Source/WebCore/accessibility/AXObjectCache.cpp:
(WebCore::AXObjectCache::handleAttributeChange):
Canonical link: https://commits.webkit.org/269899@main
More information about the webkit-changes
mailing list