- From: Robert Flack <notifications@github.com>
- Date: Wed, 14 Jan 2026 07:13:12 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/uievents/pull/411/review/3661255850@github.com>
@flackr commented on this pull request.
> +| beforeinput | Sync | Yes | Element | InputEvent | Yes | Update the DOM element |
+| blur | Sync | No | <a>Window</a>, | FocusEvent | No | None |
| | | | Element | | | |
- +| click | Sync | Yes | Element | PointerEvent | Yes | Varies: for <a>targets</a> with an associated |
- | | | | | | | activation behavior, executes the <a>activation |
- | | | | | | | behavior</a>; for focusable <a>targets</a>, |
- | | | | | | | gives the element focus. |
+| compositionstart | Sync | Yes | Element | CompositionEvent | Yes | Show a <a>text composition system</a> candidate |
| | | | | | | window |
+| compositionupdate | Sync | Yes | Element | CompositionEvent | No | None |
+| compositionend | Sync | Yes | Element | CompositionEvent | No | None |
+| contextmenu | Sync | Yes | Element | PointerEvent | Yes | Invoke a context menu if supported |
contextmenu should move too I think
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/pull/411#pullrequestreview-3661255850
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/uievents/pull/411/review/3661255850@github.com>
Received on Wednesday, 14 January 2026 15:13:16 UTC