Skip to content

Commit 123d968

Browse files
committed
Restrict the AB to the kind of things it can actually publish
1 parent 11e5218 commit 123d968

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

boilerplate/doctypes.kdl

+9-9
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ org "w3c" {
8888

8989
/*
9090
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";
9292
this matches with the `group-types` children of the statuses
9393
(and might have some formatting effects, too).
9494
If a group should be able to use anything
9595
(or it's a weirdo one-off that's not worth codifying),
9696
use `type=null`.
9797
*/
9898

99-
group "ab" type=null
99+
group "ab" type=ab
100100
group "act-framework" type="wg"
101101
group "act-rules-format" type="wg"
102102
group "audiocg" type="cg"
@@ -164,7 +164,7 @@ org "w3c" {
164164

165165
/*
166166
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"
168168
*/
169169

170170
status "LS" "Living Standard" {
@@ -173,7 +173,7 @@ org "w3c" {
173173
}
174174
status "ED" "Editor's Draft" {
175175
requires "Level" "ED"
176-
group-types "ig" "wg" "tag"
176+
group-types "ig" "wg" "tag" "ab"
177177
}
178178
status "WD" "W3C Working Draft" {
179179
requires "Level" "ED" "TR" "Issue Tracking" "Date"
@@ -217,19 +217,19 @@ org "w3c" {
217217
}
218218
status "NOTE" "W3C Group Note" {
219219
requires "TR" "Issue Tracking" "Date"
220-
group-types "wg" "ig" "tag"
220+
group-types "wg" "ig" "tag" "ab"
221221
}
222222
status "NOTE-ED" "Editor's Draft" {
223223
requires "ED"
224-
group-types "wg" "ig" "tag"
224+
group-types "wg" "ig" "tag" "ab"
225225
}
226226
status "NOTE-WD" "W3C Group Draft Note" {
227227
requires "ED" "TR" "Issue Tracking" "Date"
228-
group-types "wg" "ig" "tag"
228+
group-types "wg" "ig" "tag" "ab"
229229
}
230230
status "NOTE-FPWD" "W3C First Public Group Draft Note" {
231231
requires "ED" "TR" "Issue Tracking" "Date"
232-
group-types "wg" "ig" "tag"
232+
group-types "wg" "ig" "tag" "ab"
233233
}
234234
status "DRY" "W3C Draft Registry" {
235235
requires "TR" "Date"
@@ -253,7 +253,7 @@ org "w3c" {
253253
}
254254
status "UD" "Unofficial Proposal Draft" {
255255
requires "ED"
256-
group-types "wg" "ig" "tag" "cg"
256+
group-types "wg" "ig" "tag" "cg" "ab"
257257
}
258258
status "CG-DRAFT" "Draft Community Group Report" {
259259
requires "Level" "ED"

0 commit comments

Comments
 (0)