From e30e02cf73b6110aeb3f5f2302d5286050d3e0e8 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Thu, 30 Nov 2023 12:31:08 +0100 Subject: [PATCH] Add Credentialless Iframe (#1145) Shipping in Chrome close #1144 --- specs.json | 1 + src/data/monitor.json | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/specs.json b/specs.json index bb802048..4a29b2af 100644 --- a/specs.json +++ b/specs.json @@ -488,6 +488,7 @@ }, "https://webidl.spec.whatwg.org/", "https://websockets.spec.whatwg.org/", + "https://wicg.github.io/anonymous-iframe/", "https://wicg.github.io/attribution-reporting-api/", "https://wicg.github.io/background-fetch/", { diff --git a/src/data/monitor.json b/src/data/monitor.json index 3ae6b53f..2c2c8173 100644 --- a/src/data/monitor.json +++ b/src/data/monitor.json @@ -414,10 +414,6 @@ "lastreviewed": "2023-11-01", "comment": "spec should be retired in 2023, see https://github.com/w3c/browser-specs/issues/837, replaced by css-viewport" }, - "https://wicg.github.io/anonymous-iframe/": { - "lastreviewed": "2023-11-01", - "comment": "no real group name in w3c.json file" - }, "https://w3c.github.io/editing/docs/execCommand/": { "lastreviewed": "2023-11-01", "comment": "no longer worked on and not implemented consistently or fully by user agents" @@ -427,4 +423,4 @@ "comment": "no longer worked on and implementation status is unclear" } } -} \ No newline at end of file +}