Skip to content

Commit 60b1251

Browse files
author
michael-n-cooper
committed
config for note
1 parent 6b6a5a6 commit 60b1251

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

respec-config.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var respecConfig = {
55
permalinkEdge: true,
66
permalinkHide: false,
77
// Specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
8-
specStatus: 'ED',
8+
specStatus: 'NOTE',
99
// crEnd: "2012-04-30",
1010
// perEnd: "2013-07-23",
1111
// publishDate: "2013-08-22",
@@ -18,14 +18,14 @@ var respecConfig = {
1818

1919
// If you wish the publication date to be other than today,
2020
// set publishDate.
21-
// publishDate: "2009-08-06",
21+
publishDate: "2017-12-14",
2222
copyrightStart: '2015',
2323

2424
// If there is a previously published draft, uncomment this
2525
// and set its YYYY-MM-DD date and its maturity status.
2626
//
27-
// previousPublishDate: "",
28-
// previousMaturity: "",
27+
previousPublishDate: "2017-06-28",
28+
previousMaturity: "WD",
2929
// prevRecURI: "",
3030
// previousDiffURI: "",
3131

@@ -98,18 +98,21 @@ var respecConfig = {
9898
'ED': 'https://w3c.github.io/aria/aria/aria.html',
9999
'FPWD': 'https://www.w3.org/TR/wai-aria-1.1/',
100100
'WD': 'https://www.w3.org/TR/wai-aria-1.1/',
101-
'REC': 'https://www.w3.org/TR/wai-aria/'
101+
'NOTE': 'https://www.w3.org/TR/wai-aria-1.1/',
102+
'REC': 'https://www.w3.org/TR/wai-aria-1.1/'
102103
},
103104
accNameURLs: {
104105
'ED': 'https://w3c.github.io/aria/accname-aam/accname-aam.html',
105106
'WD': 'https://www.w3.org/TR/accname-aam-1.1/',
106107
'FPWD': 'https://www.w3.org/TR/accname-aam-1.1/',
108+
'NOTE': 'https://www.w3.org/TR/accname-aam-1.1/',
107109
'REC': 'https://www.w3.org/TR/accname-aam-1.1/'
108110
},
109111
coreMappingURLs: {
110112
'ED': 'https://w3c.github.io/aria/core-aam/core-aam.html',
111113
'WD': 'https://www.w3.org/TR/core-aam-1.1/',
112114
'FPWD': 'https://www.w3.org/TR/core-aam-1.1/',
115+
'NOTE': 'https://www.w3.org/TR/core-aam-1.1/',
113116
'REC': 'https://www.w3.org/TR/core-aam-1.1/'
114117
},
115118

0 commit comments

Comments
 (0)