Re: [w3c/webcomponents] Events whose composed flag should be true (#513)

> It's common to synthesize a MouseEvent from JavaScript, and in general we can expect that developers won't think to set composed=true on such events (and certainly won't have for existing code). 

Yeah, I think it could happen that developers forget to add 'composed=true', but that should not be a significant problem for developers, I think. They can learn, and fix it easily.

"The value of EventInit dictionary is always used for synthetic events" is an easy rule for developers to remember. That means they do not have to learn: "What is the default value of YYY for synthetic XXX events?"


---
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/webcomponents/issues/513#issuecomment-227633134

Received on Wednesday, 22 June 2016 03:24:31 UTC