Re: [pointerevents] Should "click", "dblclick" and "contextmenu" events be PointerEvents? (#100)

Clarification for @mustaqahmed's comment on Aug 31 [[4](https://github.com/w3c/pointerevents/issues/100#issuecomment-684017528)] above.

When using [[1](https://rbyers.github.io/eventTest.html)] for testing in Chrome with ClickPointerEvent flag enabled, contextmenu is a pointer event. This is corroborated by code [[2](https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/input/mouse_event_manager.cc;drc=87a63ed093790f8c2d1751e5a3914dfb03352d21;l=307)] as well as by the pointerevents spec pull request [[3](https://github.com/w3c/pointerevents/pull/317#issue-385726347)].

Testing with [[1](https://rbyers.github.io/eventTest.html)] in Chrome with ClickPointerEvent flag enabled shows dblclick is a mouse event.

[1] https://rbyers.github.io/eventTest.html
[2] https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/input/mouse_event_manager.cc;drc=87a63ed093790f8c2d1751e5a3914dfb03352d21;l=307
[3] https://github.com/w3c/pointerevents/pull/317#issue-385726347
[4] https://github.com/w3c/pointerevents/issues/100#issuecomment-684017528

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


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

Received on Friday, 30 October 2020 15:28:11 UTC