- From: Patrick H. Lauke <redux@splintered.co.uk>
- Date: Fri, 2 Mar 2018 17:11:48 +0000
- To: public-mobile-a11y-tf@w3.org
On 02/03/2018 16:49, Detlev Fischer (TK) wrote: > For successful implementations of Pointer Gestures I am looking for > in-the-wild implementations of sliders that have pointer fallback. > > The idea is to show that dragging can be implemnented but there are > fallbacks (buttons to increment / decrement the value, other options > like number input, and of course tapping/klicking the groove to set the > position. I remembered the Paciello ARIA slider examples > http://files.paciellogroup.com/blogmisc/samples/aria/slider/ but it > seems they are actually not draggable with touch (still pointer > operable, if not in a fine-grained way). > > Does anyone know of examples where operation of web content involves > dragging, and there is a fallback that can be operated with single > point activation? Would a codepen of an example implementation be sufficient? I have a collection of pens showing how to move from mouse-driven slider to mouse+touch all the way to mouse+touch events+pointer events. At the moment, I haven't got an example of how to make it also work single-pointer, but can make up a new variant for it. Authoritative enough to point to? (current collection here https://codepen.io/collection/AOyMpJ/) P -- Patrick H. Lauke www.splintered.co.uk | https://github.com/patrickhlauke http://flickr.com/photos/redux/ | http://redux.deviantart.com twitter: @patrick_h_lauke | skype: patrick_h_lauke
Received on Friday, 2 March 2018 17:12:15 UTC