@@ -88,7 +88,7 @@ org "w3c" {
88
88
89
89
/*
90
90
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";
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
@@ -102,6 +102,7 @@ org "w3c" {
102
102
group "audiocg" type= "cg"
103
103
group "audiowg" type= "wg" priv-sec= true
104
104
group "browser-testing-tools" type= "wg"
105
+ group "council" type= "council"
105
106
group "cssnext" type= "cg"
106
107
group "csswg" type= "wg" priv-sec= true {
107
108
requires "Work Status"
@@ -163,7 +164,7 @@ org "w3c" {
163
164
164
165
/*
165
166
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"
167
168
*/
168
169
169
170
status "LS" "Living Standard" {
@@ -270,6 +271,9 @@ org "w3c" {
270
271
requires "TR"
271
272
group-types "tag"
272
273
}
274
+ status "COUNCIL-REPORT" "Council Report" {
275
+ group-types "council"
276
+ }
273
277
}
274
278
275
279
org "tc39" {
0 commit comments