Skip to content
This repository was archived by the owner on Jun 30, 2018. It is now read-only.

Issue 39 #95

Closed
wants to merge 3 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 38 additions & 17 deletions guidelines/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,28 @@
//perEnd: "2013-07-23",
//publishDate: "2013-08-22",
diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",

// the specifications short name, as in https://www.w3.org/TR/short-name/
shortName: "WCAG21",


// if you wish the publication date to be other than today, set this
//publishDate: "2014-12-11",
copyrightStart: "2017",

// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
//previousPublishDate: "2014-06-12",
//previousMaturity: "WD",
prevRecURI: "http://www.w3.org/TR/2008/REC-WCAG20-20081211/",
//previousDiffURI: "https://www.w3.org/TR/2014/REC-wai-aria-20140320/",

// if there a publicly available Editors Draft, this is the link
edDraftURI: "https://w3c.github.io/wcag21/",

// 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: [
Expand Down Expand Up @@ -70,45 +70,45 @@
w3cid: 34017
}
],

// 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: 'http://www.w3.org/2010/02/rdfa/errata.html',

// name of the WG
wg: "Accessibility Guidelines Working Group",

// URI of the public WG page
wgURI: "http://www.w3.org/WAI/GL/",

// name (with the @w3c.org) of the public mailing to which comments are due
wgPublicList: "public-comments-wcag20",

// URI of the patent status for this WG, for Rec-track documents
// !!!! IMPORTANT !!!!
// This is important for Rec-track documents, do not copy a patent URI from a random
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
// Team Contact.
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/35422/status",
maxTocLevel: 4,

};