- From: Shane McCarron via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Feb 2010 20:21:12 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/test-spec
In directory hutz:/tmp/cvs-serv25347/test-spec
Modified Files:
index.html
Log Message:
Added configuration parameters for 'errata' and 'alternateFormats'.
Added header paragraph about English being the only normative format when publishing as a Rec.
Index: index.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/test-spec/index.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- index.html 24 Feb 2010 15:45:37 -0000 1.16
+++ index.html 24 Feb 2010 20:21:10 -0000 1.17
@@ -25,6 +25,17 @@
company: "Robineko", companyURL: "http://robineko.com/" },
{ name: "Batman", company: "Outsiders" },
],
+ // errata
+ errata: 'no_real_errata.html',
+ // alternateFormats
+ alternateFormats: [
+ { uri: 'format1.html',
+ label: 'Some Format'},
+ { uri: 'format2.html',
+ label: 'Some Other Format'},
+ { uri: 'format3.html',
+ label: 'Canonical Format'}
+ ],
// WG
wg: "Device APIs and Policy Working Group",
Received on Wednesday, 24 February 2010 20:21:14 UTC