- From: Cullen Jenning via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Sep 2012 21:07:14 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2011/webrtc/editor
In directory hutz:/tmp/cvs-serv27765/editor
Modified Files:
webrtc.html webrtc.js
Added Files:
webrtc-20120920.html
Log Message:
Updating draft to github version webrtc-20120920.html
--- NEW FILE: webrtc-20120920.html ---
<!DOCTYPE html>
<html lang="en">
<head>
<title>WebRTC 1.0: Real-time Communication Between Browsers</title>
<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
CVS checkout is located at ../2011/webrtc, you can specify the location
as the second argument, for example:
./publish.sh webrtc.html ~/path/to/w3/2011/webrtc
-->
<script class="remove" src="http://www.w3.org/Tools/respec/respec-w3c-common"
type="text/javascript">
// keep this comment
[...3535 lines suppressed...]
<li>Replaced an occurrence the term finished track with ended track (to
align with rest of spec).</li>
<li>Moved (and extended) the explanation about track references and media
sources from LocalMediaStream to MediaStreamTrack.</li>
</ol>
</section>
<section class="appendix">
<h2>Acknowledgements</h2>
<p> The editors wish to thank the Working Group chairs and Team Contact,
Harald Alvestrand, Stefan Håkansson and Dominique Hazaël-Massieux, for their
support. Substantial text in this specification was provided by many people
including Harald Alvestrand, Justin Uberti, and Eric Rescorla. </p>
</section>
</body>
</html>
Index: webrtc.html
===================================================================
RCS file: /sources/public/2011/webrtc/editor/webrtc.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- webrtc.html 17 Aug 2012 09:32:38 -0000 1.24
+++ webrtc.html 20 Sep 2012 21:07:12 -0000 1.25
@@ -1,3 +1,4 @@
+
<!DOCTYPE html>
<html lang="en">
@@ -185,7 +186,7 @@
<p>The <code>label</code> attribute specified in
<code>MediaStream</code> returns a label that is unique to this
stream, so that streams can be recognized after they are sent through
- the <code><a href="#peerconnection">RTCPeerConnection</a></code>
+ the <code><a href="#rtcpeerconnection">RTCPeerConnection</a></code>
API.</p>
[...1880 lines suppressed...]
- <li>Moved to new defintion of configuration and ice servers object.</li>
+ <li>Moved to new definition of configuration and ice servers object.</li>
<li>Added correlating lines to candidate structure.</li>
@@ -2846,8 +3564,11 @@
<section class="appendix">
<h2>Acknowledgements</h2>
- <p>The editors wish to thank the Working Group chairs, Harald Alvestrand
- and Stefan Håkansson, for their support.</p>
+ <p> The editors wish to thank the Working Group chairs and Team Contact,
+ Harald Alvestrand, Stefan Håkansson and Dominique Hazaël-Massieux, for their
+ support. Substantial text in this specification was provided by many people
+ including Harald Alvestrand, Justin Uberti, and Eric Rescorla. </p>
+
</section>
-</body>
+ </body>
</html>
Index: webrtc.js
===================================================================
RCS file: /sources/public/2011/webrtc/editor/webrtc.js,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- webrtc.js 16 Aug 2012 17:18:58 -0000 1.3
+++ webrtc.js 20 Sep 2012 21:07:12 -0000 1.4
@@ -24,7 +24,7 @@
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
previousMaturity: "ED",
- previousURI: "http://dev.w3.org/2011/webrtc/editor/webrtc-20120813.html",
+ previousURI: "http://dev.w3.org/2011/webrtc/editor/webrtc-20120816.html",
// if there a publicly available Editor's Draft, this is the link
edDraftURI: "http://dev.w3.org/2011/webrtc/editor/webrtc.html",
Received on Thursday, 20 September 2012 21:07:16 UTC