- From: Dan Robertson <notifications@github.com>
- Date: Fri, 02 Jun 2023 06:07:30 -0700
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 2 June 2023 13:07:35 UTC
@dlrobertson commented on this pull request.
Removed the last sentence of the example and changed setting the `target` to ensure it is well defined.
> @@ -2180,11 +2180,12 @@ myDiv.addEventListener("auxclick", function(e) {
+| Sync / Async | Async |
+| Bubbles | Yes |
+| Trusted Targets | <code>Element</code> |
- +| Cancelable | <a href="#cancelability-of-wheel-events">Varies</a> |
+ +| Cancelable | <a href="#cancelability-of-wheel-events">Varies</a> |
+| Composed | Yes |
Thanks, removed the change.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/pull/344#pullrequestreview-1457380106
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/uievents/pull/344/review/1457380106@github.com>
Received on Friday, 2 June 2023 13:07:35 UTC