- From: Simon Pieters <notifications@github.com>
- Date: Fri, 02 Feb 2024 06:05:48 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 2 February 2024 14:05:54 UTC
@zcorpan 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 Fixed. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/pull/362#discussion_r1476101778 You are receiving this because you are subscribed to this thread. Message ID: <w3c/uievents/pull/362/review/1859336505@github.com>
Received on Friday, 2 February 2024 14:05:54 UTC