Skip to content

Commit b594dc4

Browse files
author
Michael Cooper
committed
use respec's weird flavor
1 parent 9525db1 commit b594dc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

respec-config.js

+6-6
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: 'NOTE',
8+
specStatus: 'WG-NOTE',
99
// crEnd: "2012-04-30",
1010
// perEnd: "2013-07-23",
1111
// publishDate: "2013-08-22",
@@ -25,7 +25,7 @@ var respecConfig = {
2525
// and set its YYYY-MM-DD date and its maturity status.
2626
//
2727
previousPublishDate: "2019-02-07",
28-
previousMaturity: "NOTE",
28+
previousMaturity: "WG-NOTE",
2929
// prevRecURI: "",
3030
// previousDiffURI: "",
3131

@@ -106,28 +106,28 @@ var respecConfig = {
106106
'FPWD': 'https://www.w3.org/TR/wai-aria-1.1/',
107107
'WD': 'https://www.w3.org/TR/wai-aria-1.1/',
108108
'REC': 'https://www.w3.org/TR/wai-aria/',
109-
'NOTE': 'https://www.w3.org/TR/wai-aria-1.1/'
109+
'WG-NOTE': 'https://www.w3.org/TR/wai-aria-1.1/'
110110
},
111111
accNameURLs: {
112112
'ED': 'https://w3c.github.io/accname/',
113113
'WD': 'https://www.w3.org/TR/accname-aam-1.1/',
114114
'FPWD': 'https://www.w3.org/TR/accname-aam-1.1/',
115115
'REC': 'https://www.w3.org/TR/accname-aam-1.1/',
116-
'NOTE': 'https://www.w3.org/TR/accname-aam-1.1/'
116+
'WG-NOTE': 'https://www.w3.org/TR/accname-aam-1.1/'
117117
},
118118
coreMappingURLs: {
119119
'ED': 'https://w3c.github.io/core-aam/',
120120
'WD': 'https://www.w3.org/TR/core-aam-1.1/',
121121
'FPWD': 'https://www.w3.org/TR/core-aam-1.1/',
122122
'REC': 'https://www.w3.org/TR/core-aam-1.1/',
123-
'NOTE': 'https://www.w3.org/TR/core-aam-1.1/'
123+
'WG-NOTE': 'https://www.w3.org/TR/core-aam-1.1/'
124124
},
125125
htmlMappingURLs: {
126126
'ED': 'https://w3c.github.io/html-aam/',
127127
'WD': 'https://www.w3.org/TR/html-aam-1.0/',
128128
'FPWD': 'https://www.w3.org/TR/html-aam-1.0/',
129129
'REC': 'https://www.w3.org/TR/html-aam-1.0/',
130-
'NOTE': 'https://www.w3.org/TR/html-aam-1.0/'
130+
'WG-NOTE': 'https://www.w3.org/TR/html-aam-1.0/'
131131
},
132132

133133
// alternateFormats: [

0 commit comments

Comments
 (0)