Assign generic role to aside tag within the sectioning content elements#20013
Merged
webkit-commit-queue merged 1 commit intoWebKit:mainfrom Nov 10, 2023
Merged
Conversation
Collaborator
|
EWS run on previous version of this PR (hash 3bde303) Details
|
3bde303 to
66b603a
Compare
Collaborator
|
EWS run on previous version of this PR (hash 66b603a) Details |
66b603a to
84a3800
Compare
Collaborator
|
EWS run on previous version of this PR (hash 84a3800) Details |
twilco
reviewed
Nov 7, 2023
Contributor
twilco
left a comment
There was a problem hiding this comment.
Thanks for working on this! Left some comments.
LayoutTests/imported/w3c/web-platform-tests/html-aam/roles-contextual.html
Outdated
Show resolved
Hide resolved
LayoutTests/imported/w3c/web-platform-tests/html-aam/roles-contextual.html
Outdated
Show resolved
Hide resolved
84a3800 to
ee661cc
Compare
Collaborator
|
EWS run on current version of this PR (hash ee661cc) Details |
Collaborator
|
EWS run on previous version of this PR (hash ee661cc) Details |
twilco
reviewed
Nov 9, 2023
ee661cc to
131b7bc
Compare
Collaborator
|
EWS run on current version of this PR (hash 131b7bc) Details |
twilco
approved these changes
Nov 10, 2023
https://bugs.webkit.org/show_bug.cgi?id=235065 rdar://problem/87391915 Reviewed by Tyler Wilcock. This change assigns a generic ARIA role to <aside> elements when they are nested within <aside>, <article>, <section>, or <nav> elements, aligning with the spec (https://w3c.github.io/html-aam/#el-aside). This follows the discussion in w3c/html-aam#512 Additionally, it introduces a check to return LandmarkComplementary when an <aside> tag has an explicit accessible name. * LayoutTests/imported/w3c/web-platform-tests/html-aam/roles-contextual-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/html-aam/roles-contextual.html: * Source/WebCore/accessibility/AccessibilityNodeObject.cpp: (WebCore::AccessibilityNodeObject::determineAccessibilityRoleFromNode const): Canonical link: https://commits.webkit.org/270509@main
131b7bc to
47f7dec
Compare
Collaborator
|
Committed 270509@main (47f7dec): https://commits.webkit.org/270509@main Reviewed commits have been landed. Closing PR #20013 and removing active labels. |
This was referenced May 13, 2024
Closed
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.
🛠 mac
47f7dec
131b7bc
🧪 wpe-wk2