Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Document-Isolation-Policy (#1673)
Close #1672, adding the suggested spec to the list. ### Changes to `index.json` This update would trigger the following changes in `index.json`: <details><summary>Add spec (1)</summary> ```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" } ``` </details> ### Tests These changes look good! 😎 Co-authored-by: browser-specs-bot <>
- Loading branch information