w3c / window-management

Window Management API
https://www.w3.org/TR/window-management/
Other
96 stars 25 forks source link

Should `touchSupport` be `pointerTypes`? #31

Closed jakearchibald closed 3 years ago

jakearchibald commented 3 years ago

PointerEvent has a pointerType. This is great because it can be extended in future.

Should touchSupport instead be pointerTypes? This would be a sequence of "pen" and/or "touch", and anything else we might need in future.

I'm assuming "mouse" is redundant here, as it isn't a feature of the screen itself.

michaelwasserman commented 3 years ago

This is a great suggestion; I'll update the proposal soon.

michaelwasserman commented 3 years ago

Fixed, thanks!