2011/webrtc/editor webrtc.html,1.27,1.28

Update of /sources/public/2011/webrtc/editor
In directory hutz:/tmp/cvs-serv29180

Modified Files:
	webrtc.html 
Log Message:
Publish ED for 19 Oct 2012


Index: webrtc.html
===================================================================
RCS file: /sources/public/2011/webrtc/editor/webrtc.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- webrtc.html	25 Sep 2012 17:51:51 -0000	1.27
+++ webrtc.html	19 Oct 2012 21:19:37 -0000	1.28
@@ -6,8 +6,7 @@
   "HTML Tidy for HTML5 (experimental) for Mac OS X https://github.com/w3c/tidy-html5/tree/c63cc39">
 
   <title>WebRTC 1.0: Real-time Communication Between Browsers</title>
-  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
-  <!--
+  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"><!--
      After making changes to this document in the github repo, run:
       ./publish.sh webrtc.html
     to publish a new editor's draft to the W3C CVS. This assumes your
@@ -18,30 +17,29 @@
 
[...4058 lines suppressed...]
 
-      <li>Made DataChannel an EventTarget</li>
+      <li>Made RTCDataChannel an EventTarget</li>
 
       <li>Updated simple PeerConnection example to match spec changes.</li>
 
-      <li>Added section about DataChannel garbage collection.</li>
+      <li>Added section about RTCDataChannel garbage collection.</li>
 
       <li>Added stuff for identity proxy.</li>
 
@@ -3356,7 +3403,7 @@
 
       <li>Minor changes to sequence diagrams.</li>
 
-      <li>Added a more complete DataChannel example</li>
+      <li>Added a more complete RTCDataChannel example</li>
 
       <li>Various fixes from Dan's Idp API review.</li>
 

Received on Friday, 19 October 2012 21:19:41 UTC