[presentation-api] Pull Request: Fixed use of "fire an event" and "fire a simple event" in the spec

tidoust has just submitted a new pull request for 
https://github.com/w3c/presentation-api:

== Fixed use of "fire an event" and "fire a simple event" in the spec 
==
"Fire a simple event" is now used for all events that inherit from 
Event.

"Fire an event" is now used for events that inherit from one of the 
event interfaces defined in the spec. The prose is a bit more verbose 
in that case to clarify that the event is trusted, does not bubble and
non cancelable. I stuck to the prose used in HTML5 but we could 
perhaps define a new term such as "fire a custom event" to make things
 more concise.

The part that talks about the "connectionavailable" event on the 
PresentationReceiver interface is not very clear because there is no 
good way to reference the PresentationConnectionList instance 
associated with the PresentationReceiver object right now, but that 
should be handled as part of #193.

See https://github.com/w3c/presentation-api/pull/236

Received on Thursday, 7 January 2016 09:05:20 UTC