[w3c/clipboard-apis] Why does the Clipboard interface extends EventTarget? (Issue #186)

According the draft, the Clipboard interface extends EventsTarget: https://w3c.github.io/clipboard-apis/#clipboard-interface

However, there's no definition of the events supported by the clipboard itself. All examples show events being attached to the document itself (cut, copy, paste), and there's no indication regarding the "clipboardchange" event (does it fire on the window?).

Did I miss something?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/issues/186
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/clipboard-apis/issues/186@github.com>

Received on Thursday, 22 September 2022 15:40:01 UTC