You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.