-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new spec: Document-Isolation-Policy #1672
Labels
new spec
Suggestion to add a new spec
Comments
Changes to
|
github-actions bot
pushed a commit
that referenced
this issue
Jan 31, 2025
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! 😎
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
URL
https://wicg.github.io/document-isolation-policy/
Rationale
in origin trial in chromium according to https://chromestatus.com/feature/5141940204208128 ; the spec is made of monkey patches to HTML and Fetch; while it doesn't look it would create duplicate definitions, it doesn't use
data-lt
correctly, leading to wrongly labelled definitions.Additional properties
The text was updated successfully, but these errors were encountered: