- From: Masayuki Nakano <notifications@github.com>
- Date: Thu, 18 Jan 2024 18:26:47 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 19 January 2024 02:26:53 UTC
@masayuki-nakano commented on this pull request. > - 1. Paste clipboard contents into DOM target element - 1. <a>Fire an InputEvent</a> with "input", "insertFromPaste" and |data| + 1. Paste clipboard contents into DOM target element + 1. <a>Fire an InputEvent</a> with "input", "insertFromPaste" and |data| </div><!-- algorithm --> If `inputType` of `beforeinput` is `insertLineBreak`, `textInput` is fired with `data="\n"` on Chrome. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/pull/362#pullrequestreview-1831102280 You are receiving this because you are subscribed to this thread. Message ID: <w3c/uievents/pull/362/review/1831102280@github.com>
Received on Friday, 19 January 2024 02:26:53 UTC