- From: Masayuki Nakano <notifications@github.com>
- Date: Tue, 30 Jan 2024 01:26:27 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 30 January 2024 09:26:33 UTC
@masayuki-nakano commented on this pull request. > +<div class="algorithm" data-algorithm="initialize-a-textevent"> +<h3 id="initialize-a-textevent"><dfn>initialize a TextEvent</dfn></h3> + + : Input + :: |e|, the {{Event}} to initialize + :: |eventType|, a DOMString containing the event type + :: |eventTarget|, the {{EventTarget}} of the event + + : Output + :: None + + 1. <a>Initialize a TextEvent</a> with |e|, |eventType| and |eventTarget| + + 1. Initialize the following public attributes + + 1. Set event.data = null It's `DOMString`, but here sets `null`. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/pull/362#pullrequestreview-1850624281 You are receiving this because you are subscribed to this thread. Message ID: <w3c/uievents/pull/362/review/1850624281@github.com>
Received on Tuesday, 30 January 2024 09:26:33 UTC