-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Word-block count and table of contents popover accessibility #3216
Comments
@afercia do we have pending items here? |
@mtias couple issues to consider: 1 2 I've noticed also a couple layout/usability potential problems, going to open a new issue. |
Many things have changed here, I think this can be closed now.
|
Cool. I was thinking of a general solution as well where we can move focus to a popover but don't have to focus any specific item within it. |
Hm the pattern recommended by the ARIA authoring practices is to always move focus to the first focusable element inside a popover or menu. We're discussing this in a separate issue, see #5559 |
Please refer to the ARIA resources posted on #5559. Moving focus to the first item is a requirement. We shouldn't try to solve what is a styling issue at the expenses of a required functionality. |
I don't think it's a styling issue. |
Follow up to #2684. Thought there was already an issue open for this but couldn't find it. Feel free to close this if I've missed it.
There are still some issues to address:
aria-expanded
attributeDropdown
(formerly "PopOver") componentThe text was updated successfully, but these errors were encountered: