Re: [w3c/uievents] Specify the textInput event (PR #362)

@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 {

`TextEvent` inherits `UIEvent` in Chromium
https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/events/text_event.h;l=38;drc=052831f0220b79fe0c3343b49f6d2863ea6de05d
and WebKit:
https://searchfox.org/wubkat/rev/77fb3649ec46dea08154a9f96e0d06fd5b9cb0bf/Source/WebCore/dom/TextEvent.idl#28

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/pull/362#pullrequestreview-1848092581
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/uievents/pull/362/review/1848092581@github.com>

Received on Monday, 29 January 2024 08:36:33 UTC