[webrtc-pc] Pull Request: Clean up event handler attribute descriptions (fixes: #383)

adam-be has just submitted a new pull request for 
https://github.com/w3c/webrtc-pc:

== Clean up event handler attribute descriptions (fixes:  #383) ==
Text were removed from the following event handler attribute 
descriptions. The comment hints about where the functionality is 
specified in the document (so nothing is lost). Also fixed a minor bug
 in the Event Summary section (s/Event/RTCDTMFToneChangeEvent).

signalingstatechange: Event firing specified in "set an 
RTCSessionDescription" steps 3.2.5

iceconnectionstatechange: Event firing specified by "update the ICE 
connection state" steps (referenced by several algorithms in the 
Operations section)

onicegatheringstatechange: Event firing specified by "update the ICE 
gathering state" steps (referenced by several algorithms in the 
Operations section)

tonechange: Event firing specified in insertDTMF() steps 6.1 and 6.5. 
Info about tone is documented by the event.

See https://github.com/w3c/webrtc-pc/pull/451

Received on Thursday, 7 January 2016 11:23:48 UTC