Skip to content

Commit f20cd56

Browse files
authored
Set up the W3C Council, and Council Reports (#127)
1 parent a90e697 commit f20cd56

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

boilerplate/doctypes.kdl

+6-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ org "w3c" {
8888

8989
/*
9090
Every group in this org must have a `type` attribute,
91-
containing "wg", "ig", "cg", or "tag";
91+
containing "wg", "ig", "cg", "council", 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
@@ -102,6 +102,7 @@ org "w3c" {
102102
group "audiocg" type="cg"
103103
group "audiowg" type="wg" priv-sec=true
104104
group "browser-testing-tools" type="wg"
105+
group "council" type="council"
105106
group "cssnext" type="cg"
106107
group "csswg" type="wg" priv-sec=true {
107108
requires "Work Status"
@@ -163,7 +164,7 @@ org "w3c" {
163164

164165
/*
165166
Every status in w3c needs a `group-types` child,
166-
with attributes that are any of "ig" "wg" "cg" and/or "tag"
167+
with attributes that are any of "ig" "wg" "cg" "council" and/or "tag"
167168
*/
168169

169170
status "LS" "Living Standard" {
@@ -270,6 +271,9 @@ org "w3c" {
270271
requires "TR"
271272
group-types "tag"
272273
}
274+
status "COUNCIL-REPORT" "Council Report" {
275+
group-types "council"
276+
}
273277
}
274278

275279
org "tc39" {

0 commit comments

Comments
 (0)