From 6270e473539c711438efa40f2f848b53c9799c12 Mon Sep 17 00:00:00 2001 From: Tab Atkins-Bittner Date: Tue, 6 Aug 2024 12:12:30 -0700 Subject: [PATCH] Add w3t as a w3c group --- bikeshed/config/status.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bikeshed/config/status.py b/bikeshed/config/status.py index 13d78c29f1..f8a4512af4 100644 --- a/bikeshed/config/status.py +++ b/bikeshed/config/status.py @@ -264,6 +264,7 @@ "wecg", "wicg", "wintercg", + "w3t", ], ), "whatwg": frozenset(["whatwg"]),