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)
--- 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',