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
Part of #953, there are a few ways now to set accessible attributes (internally to scenery) on an AccessiblePeer. For example, to set the input value, Accessibility.js uses
Discussing with @zepumph, we prefer to use setAccessibleAttribute directly to avoid a proliferation of functions on AccessiblePeer for numerous HTML attributes. But if the individual function on AccessiblePeer is doing more work it has more value.
The text was updated successfully, but these errors were encountered:
Part of #953, there are a few ways now to set accessible attributes (internally to scenery) on an AccessiblePeer. For example, to set the input value, Accessibility.js uses
But to mark something as checked, Accessibility uses setAttributeToElement
Discussing with @zepumph, we prefer to use setAccessibleAttribute directly to avoid a proliferation of functions on AccessiblePeer for numerous HTML attributes. But if the individual function on AccessiblePeer is doing more work it has more value.
The text was updated successfully, but these errors were encountered: