-
Notifications
You must be signed in to change notification settings - Fork 125
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
Core-AAM: Add macOS mapping for aria-errormessage #620
Conversation
Expose the textual content of the referenced element as the value of AXHelp. Fixes github issue #457.
@cookiecrook: Please review. Thanks! |
We usually don't recommend putting any critical information in AXHelp, since a lot of users will disable VoiceOver speaking help text until a command is issued. I think our options are:
|
>>> … since a lot of users will disable VoiceOver speaking help text until a command is issued.
Is there a specific key or/and gesture to speak AXHelp on request for a given control?
- Stefan
|
Fair enough. Thanks for the review! Unfortunately, the lack of mapping is one of the things blocking the Core AAM from being able to enter CR. We really, really, really need to know what your platform's mapping is. Patches not only "welcome", but strongly encouraged. 😄 |
@stes-acc wrote:
VO+Cmd+H will speak it on demand. Optionally, but by default, it will be spoken after a user-adjustable-length pause. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me, but I added the last commits, so maybe you should review.
Thanks! What you did works for me. But I couldn't be bothered to figure out how to use github's UI to change authorship as part of a squash and merge, so I just did it the old-fashioned way. 😄. a314c09. Thanks again! |
Expose the textual content of the referenced element as the value of
AXHelp.
Fixes github issue #457.