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
Currently filed as General Technique but could equally be a SCR Technique.
(I know we are still debating whether control sliders should actually be in scope, but this Technique started much earlier, and @patrickhlauke has provided a beautiful code example that is not only swipable and draggable and single-point-activatable but can also be operated with arrow keys and screen reader AT swipe gestures. Chapeau.)
The text was updated successfully, but these errors were encountered:
The objective of this technique is to ensure that users who have difficulties performing path-based gestures can operate a control slider with a single pointer (e.g., a single tap on a touch screen or a single mouseclick).
And the definition is:
single pointer
pointer input that.... and path-based gestures
Swiping left or right across the slider or dragging the thumb of the slider to the left or the right
This can also be up or down, not only right left
Not sure if "groove clickable" is a well known term
A simple fallback for single point activation is to make the control slider groove clickable. This way, a value can be specified using single point activation over the groove.
Small text error "otr" and also here the "single pointer"
Providing controls (for example, arrow buttons) as alternative means of input allows incrementing otr decrementing the value with single pointer input.
Small error in text:
The sider groove allows single
The slider groove allows single
Procedure:
Would like to see the three scenarios split in three steps (maybe small rewrite needed)
Check that the value of the control slider (range) can be set with single point activation
There may be dedicated buttons to increase / decrease the value in a stepwies fashion
The slider grove may resond to single point activation, moving the thumb to the position activated.
I have drafted what I hold to be a Sufficient Technique for 2.5.1 Pointer Gestures, "Providing a control slider that offers single point activation"
Github: https://github.com/w3c/wcag/blob/tech-providing-single-point-control-sliders/techniques/general/providing-single-point-control-slider.html
Rendered version in Githack: https://raw.githack.com/w3c/wcag/tech-providing-single-point-control-sliders/techniques/general/providing-single-point-control-slider.html
Currently filed as General Technique but could equally be a SCR Technique.
(I know we are still debating whether control sliders should actually be in scope, but this Technique started much earlier, and @patrickhlauke has provided a beautiful code example that is not only swipable and draggable and single-point-activatable but can also be operated with arrow keys and screen reader AT swipe gestures. Chapeau.)
The text was updated successfully, but these errors were encountered: