diff --git a/specs.json b/specs.json index cdf4bce4..71087751 100644 --- a/specs.json +++ b/specs.json @@ -420,6 +420,7 @@ }, "https://testutils.spec.whatwg.org/", "https://url.spec.whatwg.org/", + "https://urlpattern.spec.whatwg.org/", "https://w3c.github.io/audio-session/", "https://w3c.github.io/contentEditable/", "https://w3c.github.io/gamepad/extensions.html", @@ -576,7 +577,6 @@ "shortTitle": "Protected Audience" }, "https://wicg.github.io/ua-client-hints/", - "https://wicg.github.io/urlpattern/", "https://wicg.github.io/user-preference-media-features-headers/", "https://wicg.github.io/video-rvfc/", "https://wicg.github.io/web-app-launch/", diff --git a/src/data/ignore.json b/src/data/ignore.json index ba2105fb..252d7164 100644 --- a/src/data/ignore.json +++ b/src/data/ignore.json @@ -89,6 +89,9 @@ "WICG/open-ui": { "comment": "not targeted at browsers" }, + "WICG/urlpattern": { + "comment": "moved to WHATWG" + }, "WICG/visual-viewport": { "comment": "merged into CSSOM View" },