fix ReSpec.js syntax for authors and editors per http://dev.w3.org/2009/dap/ReSpec.js/documentation.html#configuration (companyURI and URI are not supported by ReSpec.js)
authorscor <scorlosquet@gmail.com>
Mon, 26 Jul 2010 20:36:14 -0400
changeset 49 e3af54d08110
parent 48 ff1798f07d84
child 50 8d9abb64ded1
fix ReSpec.js syntax for authors and editors per http://dev.w3.org/2009/dap/ReSpec.js/documentation.html#configuration (companyURI and URI are not supported by ReSpec.js)
index-respec.html
--- a/index-respec.html	Mon Jul 26 23:02:33 2010 +0200
+++ b/index-respec.html	Mon Jul 26 20:36:14 2010 -0400
@@ -198,7 +198,7 @@
           // only "name" is required
           editors:  [
               { name: "Manu Sporny", mailto:"msporny@digitalbazaar.com",
-                  company: "Digital Bazaar, Inc.", companyURI: "http://blog.digitalbazaar.com/" }
+                  company: "Digital Bazaar, Inc.", companyURL: "http://blog.digitalbazaar.com/" }
               ],
 
           // authors, add as many as you like. 
@@ -206,10 +206,10 @@
           // only "name" is required. Same format as editors.
 
           authors:  [
-              { name: "Toby Inkster", URI: "http://tobyinkster.co.uk/" },
-              { name: "Henry Story", URI: "http://bblfish.net/" },
-              { name: "Bruno Harbulot", URI: "http://blog.distributedmatter.net/" },
-              { name: "Reto Bachmann-Gmür", URI: "http://trialox.org/" }
+              { name: "Toby Inkster", url: "http://tobyinkster.co.uk/" },
+              { name: "Henry Story", url: "http://bblfish.net/" },
+              { name: "Bruno Harbulot", url: "http://blog.distributedmatter.net/" },
+              { name: "Reto Bachmann-Gmür", url: "http://trialox.org/" }
           ],
 
 //          errata: 'http://www.w3.org/MarkUp/2008/REC-rdfa-syntax-20081014-errata',