[pointerevents] Should click.isTrusted always be false? (#642)

mustaqahmed has just created a new issue for https://github.com/w3c/pointerevents:

== Should click.isTrusted always be false? ==
According to the [MDN page](https://developer.mozilla.org/en-US/docs/Web/API/Event/isTrusted#:~:text=The%20only%20exception%20is%20the%20click%20event,%20which%20initializes%20the%20isTrusted%20property%20to%20false%20in%20user%20agents%2E), `click.isTrusted` bit should be false. Do we know why this exception was mentioned?

It seems all of Blink, Gecko and WebKit fire clicks with regular `.isTrusted` values (trusted iff from UA). Test page: https://codepen.io/editor/mustaqahmed/pen/019cd7f5-bed2-7130-9ef7-74821cee52d3

Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/642 using your GitHub account


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

Received on Tuesday, 10 March 2026 13:58:36 UTC