[Events] continuous event types added to support direct manipulation of some physical interfaces

It became apparent when planning a JavaScript polyfill of UIScrollRequestEvent that its current form would only support discrete user actions (keyboard control and AT control) but not continuous user actions including some types of mouse, touch, or wheel events. The descriptions are TBD at the moment, but the new sections of the document including the context info parameters are now defined in the new sections listed below.

ContinuousUIManipulationRequestEvents (move, rotate, zoom, etc)
https://dvcs.w3.org/hg/IndieUI/raw-file/default/src/indie-ui-events.html#ContinuousUIManipulationRequestEvents

ContinuousUIScrollRequestEvents (scroll)
https://dvcs.w3.org/hg/IndieUI/raw-file/default/src/indie-ui-events.html#ContinuousUIScrollRequestEvents

Diff
https://dvcs.w3.org/hg/IndieUI/rev/003402a20791

Received on Thursday, 6 March 2014 00:14:25 UTC