Skip to content

Commit

Permalink
Add the few groups that are in boilerplates project but not present h…
Browse files Browse the repository at this point in the history
…ere.
  • Loading branch information
tabatkins committed Aug 23, 2024
1 parent 173e7df commit 404079f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bikeshed/spec-data/readonly/boilerplate/doctypes.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The w3c `org` has special rules:

org "bikeshed" {
group "test"
group "byos"
status "TEST" "Bikeshed Test File"
status "TEST-2" "Another Status Just For Testing Purposes"
}
Expand Down Expand Up @@ -88,14 +89,15 @@ org "w3c" {
requires "Work Status"
}
group "dap" type="wg" priv-sec=true
group "fedid" type="wg" priv-sec=true
group "fedidcg" type="cg"
group "fxtf" type="wg" priv-sec=true
group "geolocation" type="wg" priv-sec=true
group "gpuwg"
group "houdini" type="wg" priv-sec=true
group "html" type="wg" priv-sec=true
group "htmlwg" type="wg"
group "httpslocal"
group "httpslocal" type="cg"
group "i18n" type="wg"
group "immersivewebcg" type="cg"
group "immersivewebwg" type="wg"
Expand All @@ -117,6 +119,7 @@ org "w3c" {
group "tag" type="tag"
group "texttracks" type="cg" priv-sec=true
group "uievents" type="wg" priv-sec=true
group "w3t" type=null
group "wasm" type="wg"
group "web-bluetooth-cg" type="cg" priv-sec=true
group "web-payments" type="wg"
Expand All @@ -125,6 +128,7 @@ org "w3c" {
group "webauthn" type="wg"
group "webediting" type="wg"
group "webfontswg" type="wg" priv-sec=true
group "webgpu" type="cg"
group "webml" type="cg"
group "webmlwg" type="wg"
group "webperf" type="wg"
Expand All @@ -136,7 +140,6 @@ org "w3c" {
group "wecg" type="cg"
group "wicg" type="cg"
group "wintercg" type="cg"
group "w3t" type=null

/*
Every status in w3c needs a `group-types` child,
Expand Down

0 comments on commit 404079f

Please sign in to comment.