-
Notifications
You must be signed in to change notification settings - Fork 12
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
Use findStringProperty to automatically discover accessible names #911
Comments
We are going to try using this to support MOTHA. Here is a list of components that we should start with for this work. |
EDIT: Confirmed that it is OK to remove this code. That will clean up ComboBox and make it easier to implement this issue. |
The above commits handle components that were needed for MOTHA. |
In phetsims/scenery#1526, a utility function was added that can find string Properties under a Node. Called
PDOMUtils.findStringProperty
. It can be used to set default accessible names for common code components.This issue is to review components in sun, scenery-phet, and other common code components and use this utility function to implement good defaults for accessible names.
Related to #901.
The text was updated successfully, but these errors were encountered: