- From: Anant Narayanan via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 25 Sep 2012 16:58:58 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2011/webrtc/editor
In directory hutz:/tmp/cvs-serv8356
Modified Files:
getusermedia.css getusermedia.js
Log Message:
Add links to dated versions of getUserMedia and add archives directory
Index: getusermedia.css
===================================================================
RCS file: /sources/public/2011/webrtc/editor/getusermedia.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- getusermedia.css 30 Nov 2011 10:34:44 -0000 1.1
+++ getusermedia.css 25 Sep 2012 16:58:56 -0000 1.2
@@ -50,3 +50,8 @@
.example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
td > .example:only-child { margin: 0 0 0 0.1em; }
+a.externalDFN {
+ color: inherit;
+ border-bottom: 1px dotted #ccc;
+ text-decoration: none;
+}
Index: getusermedia.js
===================================================================
RCS file: /sources/public/2011/webrtc/editor/getusermedia.js,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- getusermedia.js 13 Aug 2012 19:03:12 -0000 1.5
+++ getusermedia.js 25 Sep 2012 16:58:56 -0000 1.6
@@ -18,10 +18,8 @@
// the start date here:
// copyrightStart: "2005",
- // 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/getusermedia-20120601.html",
+ // if there is a previously published draft, uncomment this and set its YYYY-MM-DD
+ prevED: "http://dev.w3.org/2011/webrtc/editor/archives/20120813/getusermedia.html",
// if there a publicly available Editor's Draft, this is the link
edDraftURI: "http://dev.w3.org/2011/webrtc/editor/getusermedia.html",
Received on Tuesday, 25 September 2012 16:59:00 UTC