From 1eb7110d36e67db0546631debb7fb493d21298f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Thu, 22 Jul 2021 08:49:37 +0200 Subject: [PATCH] Drop Constructable Stylesheet Objects (#353) The IDL that the spec defined has now been fully integrated in CSSOM. --- specs.json | 1 - src/data/ignore.json | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/specs.json b/specs.json index 9d83f58a..3b1603a3 100644 --- a/specs.json +++ b/specs.json @@ -129,7 +129,6 @@ }, "https://wicg.github.io/client-hints-infrastructure/", "https://wicg.github.io/compression/", - "https://wicg.github.io/construct-stylesheets/", "https://wicg.github.io/contact-api/spec/", "https://wicg.github.io/content-index/spec/", "https://wicg.github.io/cookie-store/", diff --git a/src/data/ignore.json b/src/data/ignore.json index bf31a400..0597e410 100644 --- a/src/data/ignore.json +++ b/src/data/ignore.json @@ -176,6 +176,9 @@ "WICG/virtual-scroller": { "comment": "No longer being actively developed" }, + "WICG/construct-stylesheets": { + "comment": "Integrated in CSSOM" + }, "w3c/merchant-validation": { "comment": "Deprecated API documenting legacy implementation" }