expose <address> and <fieldset> as aria group#20751
Merged
webkit-commit-queue merged 1 commit intoWebKit:mainfrom Nov 21, 2023
Conversation
Collaborator
|
EWS run on previous version of this PR (hash a57a0d5) Details |
a57a0d5 to
550270d
Compare
Collaborator
|
EWS run on previous version of this PR (hash 550270d) Details
|
Contributor
|
Thank you Keith, Kate, and Lindsey! I think you'll also need to update the iOS-specific results, located at |
550270d to
e6392eb
Compare
Collaborator
|
EWS run on current version of this PR (hash e6392eb) Details |
Member
Author
|
The "view layout test results" link lead to a 404 on s3, but I manually edited the file to match. |
twilco
approved these changes
Nov 21, 2023
https://bugs.webkit.org/show_bug.cgi?id=255621 Reviewed by Tyler Wilcock. Address and Fieldset were incorrectly marked as "Group" which is a generic AccessibilityRole that does not get exposed as the ARIA "Group" role. The correct role to expose as "Group" is "ApplicationGroup". This changes both address tags and fieldset tags to be "ApplicationGroup". Co-authored-by: Kate Higa <16447748+khiga8@users.noreply.github.com> Co-authored-by: Lindsey Wild <35239154+lindseywild@users.noreply.github.com> * LayoutTests/imported/w3c/web-platform-tests/html-aam/roles-expected.txt: * LayoutTests/platform/ios/imported/w3c/web-platform-tests/html-aam/roles-expected.txt: * LayoutTests/platform/mac-wk1/accessibility/roles-exposed-expected.txt: * LayoutTests/platform/mac-wk2/accessibility/roles-exposed-expected.txt: * Source/WebCore/accessibility/AccessibilityNodeObject.cpp: (WebCore::AccessibilityNodeObject::determineAccessibilityRoleFromNode const): Canonical link: https://commits.webkit.org/271021@main
e6392eb to
51444d3
Compare
Collaborator
|
Committed 271021@main (51444d3): https://commits.webkit.org/271021@main Reviewed commits have been landed. Closing PR #20751 and removing active labels. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
51444d3
e6392eb