We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main of 4.15.3-0
main
4.15.3-0
According to W3C, aria-keyshortcuts should be "alt+shift+a" or "ctrl+altgraph+a" (for "Ctrl + Option + A" in macOS)
aria-keyshortcuts
"alt+shift+a"
"ctrl+altgraph+a"
However, when narrating it as accessible name, we do not need + (plus) signs.
"Alt+Shift+a"
"Alt Shift A"
"Ctrl+AltGraph+a"
"Ctrl Option A"
suggested-actions
<button>
It should have aria-keyshortcuts of "alt+shift+a".
[Bug]
The text was updated successfully, but these errors were encountered:
compulim
Successfully merging a pull request may close this issue.
Screenshots
Version
main
of4.15.3-0
Describe the bug
According to W3C,
aria-keyshortcuts
should be"alt+shift+a"
or"ctrl+altgraph+a"
(for "Ctrl + Option + A" in macOS)However, when narrating it as accessible name, we do not need + (plus) signs.
aria-keyshortcuts
"Alt+Shift+a"
"Alt Shift A"
"Ctrl+AltGraph+a"
"Ctrl Option A"
Steps to reproduce
suggested-actions
to the bot<button>
element of suggested action buttonExpected behavior
It should have
aria-keyshortcuts
of"alt+shift+a"
.Additional context
[Bug]
The text was updated successfully, but these errors were encountered: