- From: Masayuki Nakano <notifications@github.com>
- Date: Mon, 29 Jan 2024 00:57:26 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 29 January 2024 08:57:33 UTC
@masayuki-nakano commented on this pull request. > @@ -517,6 +518,118 @@ completeness. ++---+-------------+------------------------+---------------------+--------------------------------+ </div> +<h3 id="legacy-textevent-events">Legacy {{TextEvent}} events</h3> + +<h4 id="interface-textevent">Interface TextEvent</h4> + + + <pre class="idl"> + [Exposed=Window] + interface TextEvent : Event { FYI: `document.createEvent("TextEvent") instanceof UIEvent` returns `true` on Chrome. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/pull/362#discussion_r1469261846 You are receiving this because you are subscribed to this thread. Message ID: <w3c/uievents/pull/362/review/1848131211@github.com>
Received on Monday, 29 January 2024 08:57:33 UTC