Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for referenceTarget interaction with ARIA attributes #43167

Closed
wants to merge 2 commits into from

Conversation

alice
Copy link
Contributor

@alice alice commented Mar 28, 2025

272197c

Add tests for referenceTarget interaction with ARIA attributes
https://bugs.webkit.org/show_bug.cgi?id=290601

Reviewed by NOBODY (OOPS!).

This adds tests for aria-controls, aria-describedby and aria-owns.

* LayoutTests/accessibility/shadow-dom/reference-target/mac/aria-controls-expected.txt: Added.
* LayoutTests/accessibility/shadow-dom/reference-target/mac/aria-controls.html: Added.
* LayoutTests/accessibility/shadow-dom/reference-target/mac/aria-describedby-expected.txt: Added.
* LayoutTests/accessibility/shadow-dom/reference-target/mac/aria-describedby.html: Added.
* LayoutTests/accessibility/shadow-dom/reference-target/mac/aria-owns-expected.txt: Added.
* LayoutTests/accessibility/shadow-dom/reference-target/mac/aria-owns.html: Added.

cb92a92

Ensure updating referenceTarget updates the accessibility tree appropriately.
https://bugs.webkit.org/show_bug.cgi?id=290440

Reviewed by NOBODY (OOPS!).

This introduces a method on AXObjectCache to mark relations dirty when a referenceTarget value is changed.

* LayoutTests/accessibility/shadow-dom/reference-target/mac/aria-activedescendant-expected.txt: Added.
* LayoutTests/accessibility/shadow-dom/reference-target/mac/aria-activedescendant.html: Added.
* LayoutTests/platform/glib/TestExpectations:
* Source/WebCore/accessibility/AXObjectCache.cpp:
(WebCore::AXObjectCache::handleReferenceTargetChanged):
* Source/WebCore/accessibility/AXObjectCache.h:
* Source/WebCore/dom/ShadowRoot.cpp:
(WebCore::ShadowRoot::setReferenceTarget):

272197c

Misc iOS, visionOS, tvOS & watchOS macOS Linux Windows
✅ 🧪 style ✅ 🛠 ios ✅ 🛠 mac ✅ 🛠 wpe 🛠 win
✅ 🧪 bindings ✅ 🛠 ios-sim ✅ 🛠 mac-AS-debug 🧪 wpe-wk2 🧪 win-tests
✅ 🧪 webkitperl 🧪 ios-wk2 🧪 api-mac 🧪 api-wpe
🧪 ios-wk2-wpt 🧪 mac-wk1 ❌ 🛠 wpe-cairo
🧪 api-ios 🧪 mac-wk2 ✅ 🛠 gtk
✅ 🛠 vision 🧪 mac-AS-debug-wk2 🧪 gtk-wk2
🛠 vision-sim 🧪 mac-wk2-stress 🧪 api-gtk
⏳ 🧪 vision-wk2 🧪 mac-intel-wk2 🛠 playstation
✅ 🛠 tv 🛠 mac-safer-cpp
✅ 🛠 tv-sim
🛠 watch
✅ 🛠 watch-sim

alice added 2 commits March 27, 2025 16:09
…riately.

https://bugs.webkit.org/show_bug.cgi?id=290440

Reviewed by NOBODY (OOPS!).

This introduces a method on AXObjectCache to mark relations dirty when a referenceTarget value is changed.

* LayoutTests/accessibility/shadow-dom/reference-target/mac/aria-activedescendant-expected.txt: Added.
* LayoutTests/accessibility/shadow-dom/reference-target/mac/aria-activedescendant.html: Added.
* LayoutTests/platform/glib/TestExpectations:
* Source/WebCore/accessibility/AXObjectCache.cpp:
(WebCore::AXObjectCache::handleReferenceTargetChanged):
* Source/WebCore/accessibility/AXObjectCache.h:
* Source/WebCore/dom/ShadowRoot.cpp:
(WebCore::ShadowRoot::setReferenceTarget):
https://bugs.webkit.org/show_bug.cgi?id=290601

Reviewed by NOBODY (OOPS!).

This adds tests for aria-controls, aria-describedby and aria-owns.

* LayoutTests/accessibility/shadow-dom/reference-target/mac/aria-controls-expected.txt: Added.
* LayoutTests/accessibility/shadow-dom/reference-target/mac/aria-controls.html: Added.
* LayoutTests/accessibility/shadow-dom/reference-target/mac/aria-describedby-expected.txt: Added.
* LayoutTests/accessibility/shadow-dom/reference-target/mac/aria-describedby.html: Added.
* LayoutTests/accessibility/shadow-dom/reference-target/mac/aria-owns-expected.txt: Added.
* LayoutTests/accessibility/shadow-dom/reference-target/mac/aria-owns.html: Added.
@alice alice requested review from rniwa and cdumez as code owners March 28, 2025 03:32
@alice alice self-assigned this Mar 28, 2025
@alice alice added the New Bugs Unclassified bugs are placed in this component until the correct component can be determined. label Mar 28, 2025
@alice
Copy link
Contributor Author

alice commented Mar 28, 2025

(Note: I will rebase before landing, so this will only have the most recent change.)

@alice
Copy link
Contributor Author

alice commented Mar 28, 2025

Need to update the branch name.

@alice alice closed this Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Bugs Unclassified bugs are placed in this component until the correct component can be determined.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants