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

To [run synthetic click activation steps](https://html.spec.whatwg.org/#run-synthetic-click-activation-steps) or more broadly the definition of [firing a `click` event](https://html.spec.whatwg.org/#fire-a-click-event) should clarify when if ever the event is fired with [`composed` flag]() set to true.

Also, the definition of [initializing an event](https://dom.spec.whatwg.org/#concept-event-initialize) should take *composed* as an argument.

As things stand, the specifications are extremely unclear about when & how this flag is set.

-- 
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

Received on Wednesday, 28 September 2016 02:09:29 UTC