Skip to content

Commit ca5ac9a

Browse files
Prepare for CR
1 parent 5b57b77 commit ca5ac9a

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

dpub-aam/index.html

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
doJsonLd: true,
1616

1717
// specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
18-
specStatus: "ED",
19-
//crEnd: "2012-04-30",
18+
specStatus: "CR",
19+
crEnd: "2023-07-29",
2020
//perEnd: "2013-07-23",
21-
//publishDate: "2013-08-22",
21+
publishDate: "2023-06-29",
2222
// the specifications short name, as in http://www.w3.org/TR/short-name/
2323
shortName: "dpub-aam-1.1",
24-
24+
implementationReportURI: "https://w3c.github.io/test-results/dpub-aam/" ,
2525
// if you wish the publication date to be other than today, set this
2626
// publishDate: "2009-08-06",
2727
copyrightStart: "2015",
@@ -102,51 +102,58 @@
102102
"ED": "https://w3c.github.io/aria/",
103103
"FPWD" : "https://www.w3.org/TR/wai-aria-1.2/",
104104
"WD" : "https://www.w3.org/TR/wai-aria-1.2/",
105+
"CR": "https://www.w3.org/TR/wai-aria-1.2/",
105106
"REC": "https://www.w3.org/TR/wai-aria-1.2/"
106107
},
107-
accNameURLs: {
108-
"ED": "https://w3c.github.io/accname/",
109-
"WD" : "https://www.w3.org/TR/accname-1.2/",
110-
"FPWD": "https://www.w3.org/TR/accname-1.2/",
111-
"REC": "https://www.w3.org/TR/accname-1.2/"
112-
},
113-
114108
coreMappingURLs: {
115109
"ED": "https://w3c.github.io/core-aam/",
116110
"WD" : "https://www.w3.org/TR/core-aam-1.2/",
117111
"FPWD": "https://www.w3.org/TR/core-aam-1.2/",
118-
"REC": "https://www.w3.org/TR/core-aam-1.2/"
112+
"CR": "https://www.w3.org/TR/core-aam-1.2/",
113+
"REC": "https://www.w3.org/TR/core-aam-1.2/"
119114
},
120115
dpubModURLs: {
121116
"ED": "https://w3c.github.io/dpub-aria/",
122117
"FPWD" : "https://www.w3.org/TR/dpub-aria-1.1/",
123118
"WD" : "https://www.w3.org/TR/dpub-aria-1.1/",
119+
"CR": "https://www.w3.org/TR/dpub-aria-1.1/",
124120
"REC": "https://www.w3.org/TR/dpub-aria-1.1/"
125121
},
126122
htmlMappingURLs: {
127123
"ED": "https://w3c.github.io/html-aam/",
128124
"FPWD": "https://www.w3.org/TR/html-aam-1.0/",
129125
"WD": "https://www.w3.org/TR/html-aam/",
126+
"CR": "https://www.w3.org/TR/html-aam/",
130127
"REC": "https://www.w3.org/TR/html-aam/"
131128
},
132129
graphicsMappingModURLs: {
133130
"ED": "https://w3c.github.io/graphics-aam/",
134131
"FPWD": "https://www.w3.org/TR/graphics-aam/",
135132
"WD": "https://www.w3.org/TR/graphics-aam/",
133+
"CR": "https://www.w3.org/TR/graphics-aam/",
136134
"REC": "https://www.w3.org/TR/graphics-aam/",
137135
},
138136
graphicsModURLs: {
139137
"ED": "https://w3c.github.io/graphics-aria/",
140-
"FWPD": "https://www.w3.org/TR/graphics-aria/",
138+
"FPWD": "https://www.w3.org/TR/graphics-aria/",
141139
"WD": "https://www.w3.org/TR/graphics-aria/",
140+
"CR": "https://www.w3.org/TR/graphics-aria/",
142141
"REC": "https://www.w3.org/TR/graphics-aria/",
143142
},
144143
practicesURLs: {
145144
"ED": "https://www.w3.org/WAI/ARIA/apg/",
146145
"FPWD": "https://www.w3.org/WAI/ARIA/apg/",
147146
"WD": "https://www.w3.org/WAI/ARIA/apg/",
147+
"CR": "https://www.w3.org/WAI/ARIA/apg/",
148148
"REC": "https://www.w3.org/WAI/ARIA/apg/"
149149
},
150+
accNameURLs: {
151+
"ED": "https://w3c.github.io/accname/",
152+
"WD" : "https://www.w3.org/TR/accname-1.2/",
153+
"FPWD": "https://www.w3.org/TR/accname-1.2/",
154+
"CR": "https://www.w3.org/TR/accname-1.2/",
155+
"REC": "https://www.w3.org/TR/accname-1.2/"
156+
},
150157
preProcess: [ linkCrossReferences, mappingTables ],
151158
postProcess: [ ],
152159
xref: ["core-aam", "wai-aria", "dom", "infra", "accname"],
@@ -1533,7 +1540,7 @@ <h2>Privacy and Security Considerations</h2>
15331540
<p>In accordance with <a
15341541
href="https://w3ctag.github.io/design-principles/#do-not-expose-use-of-assistive-tech">Web Platform
15351542
Design Principles</a>, this specification provides no programatic interface to determine if
1536-
information is being used by assistive technologies. However, this specificaton does allow an author to
1543+
information is being used by assistive technologies. However, this specification does allow an author to
15371544
present different information to users of assistive technologies from the information available to users
15381545
who do not use assistive technologies. This is possible using many features of the DPUB-ARIA
15391546
specification, just as this is possible using many other parts of the web technology stack. This content

0 commit comments

Comments
 (0)