Skip to content

Commit afb68eb

Browse files
authored
CR should point to ARIA and Accname editors drafts (#182)
1 parent 6bd7546 commit afb68eb

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

index.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,19 +153,14 @@
153153

154154
// Spec URLs
155155
ariaSpecURLs: {
156-
"ED": "https://w3c.github.io/aria/",
157-
"WD" : "https://www.w3.org/TR/wai-aria/",
158-
"CR" : "https://www.w3.org/TR/wai-aria/",
159-
"CRD" : "https://www.w3.org/TR/wai-aria/",
156+
"CR" : "https://w3c.github.io/aria/",
157+
"CRD" : "https://w3c.github.io/aria/",
160158
"PR" : "https://www.w3.org/TR/wai-aria/",
161159
"REC": "https://www.w3.org/TR/wai-aria/"
162160
},
163161
accNameURLs: {
164-
"ED": "https://w3c.github.io/accname/",
165-
"WD" : "https://www.w3.org/TR/accname-1.2/",
166-
"FPWD": "https://www.w3.org/TR/accname-1.2/",
167-
"CR" : "https://www.w3.org/TR/accname-1.2/",
168-
"CRD": "https://www.w3.org/TR/accname-1.2/",
162+
"CR" : "https://w3c.github.io/accname/",
163+
"CRD": "https://w3c.github.io/accname/",
169164
"PR" : "https://www.w3.org/TR/accname-1.2/",
170165
"REC": "https://www.w3.org/TR/accname-1.2/"
171166
},

0 commit comments

Comments
 (0)