[html5] r6224 - [e] (0) accuracy Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12315

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 14 15:47:13 PDT 2011


Author: ianh
Date: 2011-06-14 15:47:11 -0700 (Tue, 14 Jun 2011)
New Revision: 6224

Modified:
   complete.html
   index
   source
Log:
[e] (0) accuracy
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12315

Modified: complete.html
===================================================================
--- complete.html	2011-06-14 21:56:03 UTC (rev 6223)
+++ complete.html	2011-06-14 22:47:11 UTC (rev 6224)
@@ -75373,9 +75373,7 @@
 
    <dt><dfn id=dom-peerconnection-closed title=dom-PeerConnection-CLOSED><code>CLOSED</code></dfn> (numeric value 3)</dt>
 
-   <dd>Either the <code title=dom-PeerConnection-close><a href=#dom-peerconnection-close>close()</a></code> method has been
-   invoked, or the other peer has apparently abruptly stopped sending
-   any media.</dd>
+   <dd>The <code title=dom-PeerConnection-close><a href=#dom-peerconnection-close>close()</a></code> method has been invoked.</dd>
 
   </dl><p>When the <dfn id=dom-peerconnection title=dom-PeerConnection><code>PeerConnection()</code></dfn>
   constructor is invoked, the user agent must run the following steps.

Modified: index
===================================================================
--- index	2011-06-14 21:56:03 UTC (rev 6223)
+++ index	2011-06-14 22:47:11 UTC (rev 6224)
@@ -75392,9 +75392,7 @@
 
    <dt><dfn id=dom-peerconnection-closed title=dom-PeerConnection-CLOSED><code>CLOSED</code></dfn> (numeric value 3)</dt>
 
-   <dd>Either the <code title=dom-PeerConnection-close><a href=#dom-peerconnection-close>close()</a></code> method has been
-   invoked, or the other peer has apparently abruptly stopped sending
-   any media.</dd>
+   <dd>The <code title=dom-PeerConnection-close><a href=#dom-peerconnection-close>close()</a></code> method has been invoked.</dd>
 
   </dl><p>When the <dfn id=dom-peerconnection title=dom-PeerConnection><code>PeerConnection()</code></dfn>
   constructor is invoked, the user agent must run the following steps.

Modified: source
===================================================================
--- source	2011-06-14 21:56:03 UTC (rev 6223)
+++ source	2011-06-14 22:47:11 UTC (rev 6224)
@@ -86190,10 +86190,7 @@
 
    <dt><dfn title="dom-PeerConnection-CLOSED"><code>CLOSED</code></dfn> (numeric value 3)</dt>
 
-   <dd>Either the <code
-   title="dom-PeerConnection-close">close()</code> method has been
-   invoked, or the other peer has apparently abruptly stopped sending
-   any media.</dd>
+   <dd>The <code title="dom-PeerConnection-close">close()</code> method has been invoked.</dd>
 
   </dl>
 




More information about the Commit-Watchers mailing list