Skip to content

Commit 9525db1

Browse files
author
Michael Cooper
committed
add refs for note
1 parent 1d4426d commit 9525db1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

respec-config.js

+8-4
Original file line numberDiff line numberDiff line change
@@ -105,25 +105,29 @@ var respecConfig = {
105105
'ED': 'https://w3c.github.io/aria/',
106106
'FPWD': 'https://www.w3.org/TR/wai-aria-1.1/',
107107
'WD': 'https://www.w3.org/TR/wai-aria-1.1/',
108-
'REC': 'https://www.w3.org/TR/wai-aria/'
108+
'REC': 'https://www.w3.org/TR/wai-aria/',
109+
'NOTE': 'https://www.w3.org/TR/wai-aria-1.1/'
109110
},
110111
accNameURLs: {
111112
'ED': 'https://w3c.github.io/accname/',
112113
'WD': 'https://www.w3.org/TR/accname-aam-1.1/',
113114
'FPWD': 'https://www.w3.org/TR/accname-aam-1.1/',
114-
'REC': 'https://www.w3.org/TR/accname-aam-1.1/'
115+
'REC': 'https://www.w3.org/TR/accname-aam-1.1/',
116+
'NOTE': 'https://www.w3.org/TR/accname-aam-1.1/'
115117
},
116118
coreMappingURLs: {
117119
'ED': 'https://w3c.github.io/core-aam/',
118120
'WD': 'https://www.w3.org/TR/core-aam-1.1/',
119121
'FPWD': 'https://www.w3.org/TR/core-aam-1.1/',
120-
'REC': 'https://www.w3.org/TR/core-aam-1.1/'
122+
'REC': 'https://www.w3.org/TR/core-aam-1.1/',
123+
'NOTE': 'https://www.w3.org/TR/core-aam-1.1/'
121124
},
122125
htmlMappingURLs: {
123126
'ED': 'https://w3c.github.io/html-aam/',
124127
'WD': 'https://www.w3.org/TR/html-aam-1.0/',
125128
'FPWD': 'https://www.w3.org/TR/html-aam-1.0/',
126-
'REC': 'https://www.w3.org/TR/html-aam-1.0/'
129+
'REC': 'https://www.w3.org/TR/html-aam-1.0/',
130+
'NOTE': 'https://www.w3.org/TR/html-aam-1.0/'
127131
},
128132

129133
// alternateFormats: [

0 commit comments

Comments
 (0)