- From: Patrick H. Lauke via GitHub <sysbot+gh@w3.org>
- Date: Wed, 12 May 2021 15:59:36 +0000
- To: public-pointer-events@w3.org
The following commits were just pushed by patrickhlauke to https://github.com/w3c/pointerevents: * Major refactoring: refer to "direct manipulation" rather than "touch" (#350) as `touch-action` does not simply apply to touch, but any other situation where an input serves to directly pan/zoom (e.g. stylus on touchscreen), making this explicit. Before, it was just a non-normative note, but this now makes it normative that `touch-action` applies to all direct manipulation scenarios for panning/zooming. (still leaves a bit of cognitive dissonance with the fact that the CSS property is called touch-action, * replace "touch" references to "direct manipulation" * add "direct manipulation" to glossary and link to it strategically * simplify panning/scrolling to just panning, expand "direct manipulation" to specifically call out "direct manipulation for panning and/or zooming" by Patrick H. Lauke https://github.com/w3c/pointerevents/commit/0bd62f69b1dbcce9f7cfe0ee8648cbd19a643036 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 12 May 2021 15:59:40 UTC