- From: Shane McCarron via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 07 Apr 2010 03:50:10 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/test-spec
In directory hutz:/tmp/cvs-serv1344/test-spec
Modified Files:
index.html
Log Message:
Added experimental handling for diffmarking.
Fixed case of heading titles to match recent publications.
Index: index.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/test-spec/index.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- index.html 24 Feb 2010 20:21:10 -0000 1.17
+++ index.html 7 Apr 2010 03:50:08 -0000 1.18
@@ -12,13 +12,14 @@
shortName: "wicked-cool",
copyrightStart: "2009",
previousPublishDate: "2009-03-15",
- previousMaturity: "LC",
- edDraftURI: "http://dev.w3.org/2009/dap/respec/test-spec/",
+ previousMaturity: "ED",
+ previousURI: "http://dev.w3.org/2009/dap/ReSpec.js/test-spec/ED-respec-test-20100224.html",
+ edDraftURI: "http://dev.w3.org/2009/dap/ReSpec.js/test-spec/",
// lcEnd: ...
// extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
extraCSS: ["../css/respec.css"],
inlineCSS: true,
-
+ diffTool: "http://www3.aptest.com/standards/htmldiff/htmldiff.pl",
// editors
editors: [
{ name: "Robin Berjon", url: "http://berjon.com/",
Received on Wednesday, 7 April 2010 03:50:12 UTC