var respecConfig = { // embed RDFa data in the output trace: true, useExperimentalStyles: true, doRDFa: '1.1', includePermalinks: true, permalinkEdge: true, permalinkHide: false, noRecTrack: true, tocIntroductory: true, // specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED. // subtitle: "Alternatives to Visual Turing Tests on the Web", specStatus: "ED", //crEnd: "", //perEnd: "", diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl", // the specifications short name, as in https://www.w3.org/TR/short-name/ shortName: "naur", // if you wish the publication date to be other than today, set this //publishDate: "2014-12-11", copyrightStart: "2021", license: "w3c-software-doc", // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date // and its maturity status // previousPublishDate: "2005-11-23", // previousMaturity: "NOTE", //prevRecURI: "", //previousDiffURI: "", // if there a publicly available Editors Draft, this is the link // edDraftURI: "https://w3c.github.io/apa/naur/", // if this is a LCWD, uncomment and set the end of its review period // lcEnd: "2012-02-21", // editors, add as many as you like // only "name" is required editors: [ { name: "Jason White", mailto: "jjwhite@ets.org", company: "Educational Testing Service", companyURI: "http://www.ets.org/", w3cid: 74028 }, { name: "Joshue O'Connor", mailto: "joconnor@w3.org", company: "W3C", companyURI: "https://www.w3.org", w3cid: 41218 }, ], // authors, add as many as you like. // This is optional, uncomment if you have authors as well as editors. // only "name" is required. Same format as editors. //authors: [ // { name: "Your Name", url: "http://example.org/", // company: "Your Company", companyURI: "http://example.com/" }, //], /* alternateFormats: [ { uri: 'wcag21-diff.html', label: "Diff from Previous Recommendation" } , { uri: 'wcag21.ps', label: "PostScript version" }, { uri: 'wcag21.pdf', label: "PDF version" } ], */ // errata: 'https://www.w3.org/2010/02/rdfa/errata.html', group: "apa", github: "w3c/apa", maxTocLevel: 4 };