[w3c/manifest] Install event definition is missing some details (#475)

The [section on the install event](https://w3c.github.io/manifest/#installation-events) seems incomplete.  For example, what is the type of the event (I assume just `Event`?), what are its `cancelable` and `bubbles` properties set to?  Is there a default action? 

The spec doesn't even seem to say explicitly that there is a DOM event called "install" outside the example (technically the `oninstall` attribute is separate).  But the intent is clear.

See, for example, the [load event](https://w3c.github.io/uievents/#event-type-load) for a more completely defined DOM event.

---
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/manifest/issues/475

Received on Wednesday, 29 June 2016 02:49:39 UTC