Skip to content

Commit

Permalink
use respec's weird flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cooper committed Aug 13, 2019
1 parent 9525db1 commit b594dc4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions respec-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var respecConfig = {
permalinkEdge: true,
permalinkHide: false,
// Specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
specStatus: 'NOTE',
specStatus: 'WG-NOTE',
// crEnd: "2012-04-30",
// perEnd: "2013-07-23",
// publishDate: "2013-08-22",
Expand All @@ -25,7 +25,7 @@ var respecConfig = {
// and set its YYYY-MM-DD date and its maturity status.
//
previousPublishDate: "2019-02-07",
previousMaturity: "NOTE",
previousMaturity: "WG-NOTE",
// prevRecURI: "",
// previousDiffURI: "",

Expand Down Expand Up @@ -106,28 +106,28 @@ var respecConfig = {
'FPWD': 'https://www.w3.org/TR/wai-aria-1.1/',
'WD': 'https://www.w3.org/TR/wai-aria-1.1/',
'REC': 'https://www.w3.org/TR/wai-aria/',
'NOTE': 'https://www.w3.org/TR/wai-aria-1.1/'
'WG-NOTE': 'https://www.w3.org/TR/wai-aria-1.1/'
},
accNameURLs: {
'ED': 'https://w3c.github.io/accname/',
'WD': 'https://www.w3.org/TR/accname-aam-1.1/',
'FPWD': 'https://www.w3.org/TR/accname-aam-1.1/',
'REC': 'https://www.w3.org/TR/accname-aam-1.1/',
'NOTE': 'https://www.w3.org/TR/accname-aam-1.1/'
'WG-NOTE': 'https://www.w3.org/TR/accname-aam-1.1/'
},
coreMappingURLs: {
'ED': 'https://w3c.github.io/core-aam/',
'WD': 'https://www.w3.org/TR/core-aam-1.1/',
'FPWD': 'https://www.w3.org/TR/core-aam-1.1/',
'REC': 'https://www.w3.org/TR/core-aam-1.1/',
'NOTE': 'https://www.w3.org/TR/core-aam-1.1/'
'WG-NOTE': 'https://www.w3.org/TR/core-aam-1.1/'
},
htmlMappingURLs: {
'ED': 'https://w3c.github.io/html-aam/',
'WD': 'https://www.w3.org/TR/html-aam-1.0/',
'FPWD': 'https://www.w3.org/TR/html-aam-1.0/',
'REC': 'https://www.w3.org/TR/html-aam-1.0/',
'NOTE': 'https://www.w3.org/TR/html-aam-1.0/'
'WG-NOTE': 'https://www.w3.org/TR/html-aam-1.0/'
},

// alternateFormats: [
Expand Down

0 comments on commit b594dc4

Please sign in to comment.