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
ColorArea: remove aria-roledescription on iOS/Android (#2547)
* ColorArea: remove aria-roledescription on iOS/Android
To better reflect behavior of slider inputs with mobile screen readers on iOS and Android, each input should be labeled by its individual channel name and we should remove aria-roledescription so the input is identified simply as a slider control.
* ColorArea: change aria-valuetext for iOS/Android
On iOS/Android, the aria-valuetext for each slider within the ColorArea control should just be the value for that channel, and need not include the value for the second channel. The value for all three channels is included as the title attribute.
* ColorArea: include channel name in aria-valuetext for iOS/Android
0 commit comments