- From: Philippe Le Hegaret <notifications@github.com>
- Date: Wed, 14 Jan 2026 10:39:56 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/uievents/pull/411/review/3662230157@github.com>
@plehegar 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 |
Removed. https://github.com/w3c/uievents/pull/411/commits/57e8bee85af329af8694c12a5e897bca4a4dd68b
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/pull/411#discussion_r2691606396
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/uievents/pull/411/review/3662230157@github.com>
Received on Wednesday, 14 January 2026 18:40:01 UTC