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

@zcorpan 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 {
+  readonly attribute DOMString data;
+  void initTextEvent(DOMString type,

```suggestion
  undefined initTextEvent(DOMString type,
```

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

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

Received on Friday, 24 November 2023 00:09:20 UTC