From 5f069864ba02254057dbbe2e24c64774e7b1d82c Mon Sep 17 00:00:00 2001 From: W3C browser-specs bot <164927682+browser-specs-bot@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:54:40 +0100 Subject: [PATCH] Add Document-Isolation-Policy (#1673) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #1672, adding the suggested spec to the list. ### Changes to `index.json` This update would trigger the following changes in `index.json`:
Add spec (1) ```json { "url": "https://wicg.github.io/document-isolation-policy/", "seriesComposition": "full", "shortname": "document-isolation-policy", "series": { "shortname": "document-isolation-policy", "currentSpecification": "document-isolation-policy", "title": "Document-Isolation-Policy", "shortTitle": "Document-Isolation-Policy", "nightlyUrl": "https://wicg.github.io/document-isolation-policy/" }, "organization": "W3C", "groups": [ { "name": "Web Platform Incubator Community Group", "url": "https://www.w3.org/community/wicg/" } ], "nightly": { "url": "https://wicg.github.io/document-isolation-policy/", "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/document-isolation-policy", "sourcePath": "index.bs", "filename": "index.html" }, "title": "Document-Isolation-Policy", "source": "spec", "shortTitle": "Document-Isolation-Policy", "categories": [ "browser" ], "standing": "good" } ```
### Tests These changes look good! 😎 Co-authored-by: browser-specs-bot <> --- specs.json | 1 + src/data/monitor.json | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/specs.json b/specs.json index 00790900..8d5a80df 100644 --- a/specs.json +++ b/specs.json @@ -686,6 +686,7 @@ "url": "https://wicg.github.io/direct-sockets/", "standing": "pending" }, + "https://wicg.github.io/document-isolation-policy/", "https://wicg.github.io/document-picture-in-picture/", "https://wicg.github.io/document-policy/", "https://wicg.github.io/entries-api/", diff --git a/src/data/monitor.json b/src/data/monitor.json index 1c8ac085..4f57326b 100644 --- a/src/data/monitor.json +++ b/src/data/monitor.json @@ -405,10 +405,6 @@ "https://dev.w3.org/html5/html-sourcing-inband-tracks/": { "lastreviewed": "2025-01-01", "comment": "no longer worked on and implementation status is unclear" - }, - "https://wicg.github.io/document-isolation-policy/": { - "comment": "Chrome status entry https://chromestatus.com/feature/5141940204208128 says no active development and no known standard positions yet", - "lastreviewed": "2025-01-01" } } } \ No newline at end of file