[html-aam] Add focusgroup attribute mapping#2778
Open
janewman wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for wai-aria ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Adds an entry for the focusgroup content attribute documenting that it has no direct accessibility API mapping, but that user agents infer ARIA composite-widget roles for the focus group owner (and, for button items, the corresponding item roles) when a behavior token is used and the element would otherwise have a generic role with no explicit role or non-generic native semantics. Companion to whatwg/html#11723.
6ae0d6b to
beb56d6
Compare
9 tasks
Contributor
|
@scottaohara from triage in the meeting today, @janewman is not sure this is necessary? |
Contributor
Author
|
HTML folks are all feeling this is the right home for this, let me know what you folks think of this change, especially the format. |
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.
Companion to whatwg/html#11723.
Closes #2602
Adds an
att-focusgroupentry to html-aam documenting the mapping for thefocusgroupcontent attribute being specified in whatwg/html#11723. The attribute itself has no direct accessibility API mapping, so all six platform rows areNot mapped. The Comments cell explains the details.Test, Documentation and Implementation tracking
Once this PR has been reviewed and has consensus from the working group, tests should be written and issues should be opened on browsers. Add N/A and check when not applicable.