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

@patrickkettner I thought about this, but we already have `@media(pointer: coarse)` which was made abstract on purpose, `@media(pointer-type: touch)` will destroy any purpose of `@media(pointer: coarse)`.

Also problem here is to ably 2 different pointer-actions (one per pen, other per touch) at the same time. I'm not sure how media query would help with that. Do you mean that media query will be automatically applied when one type of a pointer is used? What about 2 at the same time?

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

Received on Tuesday, 9 May 2017 23:07:08 UTC