Hi,
This PR seems to have caused an issue maybe? [Screen Reader Support] Option for twin renderer to not render all GUI controls by default by carolhmj · Pull Request #13877 · BabylonJS/Babylon.js · GitHub
With addAllControls: false
, 3D assets with accessibility description are indeed added and updated, but 2D GUI controls get completely suppressed even if they have accessibiltyTag (description is specifically added).
If I remove that option, the description and alot of other nice stuff comes back.
It would be nice if the standard accessibility options were generated as well for this control. I’m not allowed to specify “role: button” for some reason, even though it is infact a button.
Past post about it: Accessibility package confusion in the docs
Thanks!
Night