Re: [pointerevents] Enable direct pen and touch to have different touch-action behavior (#203)

A possibly simpler option that I don't think has been mentioned yet is to declare which devices are direct manipulation (defined in #350) devices and thus produce direct manipulation (i.e. touch) actions. E.g.

```
direct-manipulation: all | auto | none | [mouse | touch | pen]+
```

However, I like that the suggestion from @BoCupp-Microsoft also serves to deprecate the use of touch-action and be more fine grained for future actions.

-- 
GitHub Notification of comment by flackr
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/203#issuecomment-819693123 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 14 April 2021 17:32:47 UTC