Re: [w3c/clipboard-apis] Define each event type is composed or not, update the spec (#61)

> "is it a type of a UI event"? I thought that our principle was that we'd make UI events composed.

Yup, I don't object to this. I remember that is our principle, which we should honor.

If we think ClibboardEvent is a type of a UI event, we might want to make ClipboardEvent inherit UIEvents *officially* too, as well as making it composed..

```
interface ClipboardEvent : UIEvent {
```

I think this would be possible.


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

Received on Tuesday, 16 January 2018 11:21:25 UTC