[html5] r6132 - [e] (0) fix copy-pasta in fragment identifier part of application/html-peer-conn [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu May 12 12:14:28 PDT 2011


Author: ianh
Date: 2011-05-12 12:14:27 -0700 (Thu, 12 May 2011)
New Revision: 6132

Modified:
   complete.html
   index
   source
Log:
[e] (0) fix copy-pasta in fragment identifier part of application/html-peer-connection-data registration

Modified: complete.html
===================================================================
--- complete.html	2011-05-12 19:10:17 UTC (rev 6131)
+++ complete.html	2011-05-12 19:14:27 UTC (rev 6132)
@@ -95074,8 +95074,9 @@
    <dd>Ian Hickson <ian at hixie.ch></dd>
    <dt>Change controller:</dt>
    <dd>W3C</dd>
-  </dl><p>Fragment identifiers used with <code><a href=#text/html>text/html</a></code> resources
-  refer to <a href=#the-indicated-part-of-the-document>the indicated part of the document</a>.</p>
+  </dl><p>Fragment identifiers cannot be used with
+  <code><a href=#application/html-peer-connection-data>application/html-peer-connection-data</a></code> as URLs cannot be
+  used to identify streams that use this format.</p>
 <!--PEERCONNECTION-->
 
 

Modified: index
===================================================================
--- index	2011-05-12 19:10:17 UTC (rev 6131)
+++ index	2011-05-12 19:14:27 UTC (rev 6132)
@@ -91055,8 +91055,9 @@
    <dd>Ian Hickson <ian at hixie.ch></dd>
    <dt>Change controller:</dt>
    <dd>W3C</dd>
-  </dl><p>Fragment identifiers used with <code><a href=#text/html>text/html</a></code> resources
-  refer to <a href=#the-indicated-part-of-the-document>the indicated part of the document</a>.</p>
+  </dl><p>Fragment identifiers cannot be used with
+  <code><a href=#application/html-peer-connection-data>application/html-peer-connection-data</a></code> as URLs cannot be
+  used to identify streams that use this format.</p>
 <!--PEERCONNECTION-->
 
 

Modified: source
===================================================================
--- source	2011-05-12 19:10:17 UTC (rev 6131)
+++ source	2011-05-12 19:14:27 UTC (rev 6132)
@@ -108012,8 +108012,9 @@
    <dd>W3C</dd>
   </dl>
 
-  <p>Fragment identifiers used with <code>text/html</code> resources
-  refer to <span>the indicated part of the document</span>.</p>
+  <p>Fragment identifiers cannot be used with
+  <code>application/html-peer-connection-data</code> as URLs cannot be
+  used to identify streams that use this format.</p>
 <!--END rtc--><!--START w3c-html--><!--PEERCONNECTION-->
 
 




More information about the Commit-Watchers mailing list