[mediacapture-record] To "dispatch" and "fire" events should reference DOM concepts

foolip has just created a new issue for 
https://github.com/w3c/mediacapture-record:

== To "dispatch" and "fire" events should reference DOM concepts ==
Context: 
https://github.com/w3c/mediacapture-record/pull/56#discussion_r60556409

To fire plain/simple events, use DOM's [fire an event named 
*e*](https://dom.spec.whatwg.org/#concept-event-fire), example in 
https://xhr.spec.whatwg.org/ if you search for "Fire an event named 
readystatechange".

To fire other kinds of events, 
https://w3c.github.io/mediacapture-record/MediaRecorder.html#dfn-firing-an-error-event-named-e
 looks good, but "dispatched" should link to 
https://dom.spec.whatwg.org/#concept-event-dispatch

(There's already a https://www.w3.org/TR/dom/ reference and this issue
 is not about whether to use the WHATWG or the W3C spec.)

Please view or discuss this issue at 
https://github.com/w3c/mediacapture-record/issues/69 using your GitHub
 account

Received on Monday, 15 August 2016 11:19:48 UTC