Skip to content

Commit

Permalink
Merge pull request #1015 from w3c/issue-1014-patch
Browse files Browse the repository at this point in the history
Fix inconsistencies in description of RTCDTMFToneChangeEvent.tone
  • Loading branch information
alvestrand committed Feb 9, 2017
2 parents 9a2fdb9 + bea2976 commit 720c001
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions webrtc.html
Expand Up @@ -8778,11 +8778,12 @@ <h2>Dictionary <dfn>RTCDTMFToneChangeEventInit</dfn>
<dt><dfn><code>tone</code></dfn> of type <span class=
"idlMemberType"><a>DOMString</a></span></dt>
<dd>
<p>The <code>tone</code> attribute contains the character for the
tone that has just begun playout (see
<p>The <code>tone</code> attribute contains the
character for the tone that has just begun playout (see
<code><a>insertDTMF</a></code> ). If the value is the empty
string, it indicates that the previous tone has completed
playback.</p>
string, it indicates that the <code><a data-for=
"RTCDTMFSender">toneBuffer</a></code> is an empty string and that
the previous tones have completed playback.</p>
</dd>
</dl>
</section>
Expand Down Expand Up @@ -11416,7 +11417,9 @@ <h2>Event summary</h2>
<td>The <code><a>RTCDTMFSender</a></code> object has either just
begun playout of a tone (returned as the <code><a data-link-for=
"RTCDTMFToneChangeEvent">tone</a></code> attribute) or just ended
playout of a tone (returned as an empty value in the
the playout of tones in the
<code><a data-for="RTCDTMFSender">toneBuffer</a></code>
(returned as an empty value in the
<code><a data-link-for="RTCDTMFToneChangeEvent">tone</a></code>
attribute).</td>
</tr>
Expand Down

0 comments on commit 720c001

Please sign in to comment.