Re: [w3c/webcomponents] Synthetic click activation steps should state whether the event is composed or not (#578)

"initialize" is used to define `initEvent()` and similar legacy methods. It doesn't need updating. Just use event constructors (which do take a composed dictionary member in the second argument).

I agree that we should clarify "click" however. And I think it should be composed because it's user input. We mainly considered UI Events and forgot HTML dispatches some of those too.

-- 
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/578#issuecomment-250091840

Received on Wednesday, 28 September 2016 07:25:48 UTC