@@ -88,15 +88,15 @@ org "w3c" {
88
88
89
89
/*
90
90
Every group in this org must have a `type` attribute,
91
- containing "wg", "ig", "cg", "council", or "tag";
91
+ containing "wg", "ig", "cg", "council", "ab", or "tag";
92
92
this matches with the `group-types` children of the statuses
93
93
(and might have some formatting effects, too).
94
94
If a group should be able to use anything
95
95
(or it's a weirdo one-off that's not worth codifying),
96
96
use `type=null`.
97
97
*/
98
98
99
- group "ab" type= null
99
+ group "ab" type= ab
100
100
group "act-framework" type= "wg"
101
101
group "act-rules-format" type= "wg"
102
102
group "audiocg" type= "cg"
@@ -164,7 +164,7 @@ org "w3c" {
164
164
165
165
/*
166
166
Every status in w3c needs a `group-types` child,
167
- with attributes that are any of "ig" "wg" "cg" "council" and/or "tag"
167
+ with attributes that are any of "ig" "wg" "cg" "council" "ab" and/or "tag"
168
168
*/
169
169
170
170
status "LS" "Living Standard" {
@@ -173,7 +173,7 @@ org "w3c" {
173
173
}
174
174
status "ED" "Editor's Draft" {
175
175
requires "Level" "ED"
176
- group-types "ig" "wg" "tag"
176
+ group-types "ig" "wg" "tag" "ab"
177
177
}
178
178
status "WD" "W3C Working Draft" {
179
179
requires "Level" "ED" "TR" "Issue Tracking" "Date"
@@ -217,19 +217,19 @@ org "w3c" {
217
217
}
218
218
status "NOTE" "W3C Group Note" {
219
219
requires "TR" "Issue Tracking" "Date"
220
- group-types "wg" "ig" "tag"
220
+ group-types "wg" "ig" "tag" "ab"
221
221
}
222
222
status "NOTE-ED" "Editor's Draft" {
223
223
requires "ED"
224
- group-types "wg" "ig" "tag"
224
+ group-types "wg" "ig" "tag" "ab"
225
225
}
226
226
status "NOTE-WD" "W3C Group Draft Note" {
227
227
requires "ED" "TR" "Issue Tracking" "Date"
228
- group-types "wg" "ig" "tag"
228
+ group-types "wg" "ig" "tag" "ab"
229
229
}
230
230
status "NOTE-FPWD" "W3C First Public Group Draft Note" {
231
231
requires "ED" "TR" "Issue Tracking" "Date"
232
- group-types "wg" "ig" "tag"
232
+ group-types "wg" "ig" "tag" "ab"
233
233
}
234
234
status "DRY" "W3C Draft Registry" {
235
235
requires "TR" "Date"
@@ -253,7 +253,7 @@ org "w3c" {
253
253
}
254
254
status "UD" "Unofficial Proposal Draft" {
255
255
requires "ED"
256
- group-types "wg" "ig" "tag" "cg"
256
+ group-types "wg" "ig" "tag" "cg" "ab"
257
257
}
258
258
status "CG-DRAFT" "Draft Community Group Report" {
259
259
requires "Level" "ED"
0 commit comments