Re: [w3c/uievents] Specify wheel event groups (PR #344)

@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