Skip to content
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

Closed
dontcallmedom opened this issue Jan 31, 2025 · 2 comments · Fixed by #1673
Closed

Add new spec: Document-Isolation-Policy #1672

dontcallmedom opened this issue Jan 31, 2025 · 2 comments · Fixed by #1673
Labels
new spec Suggestion to add a new spec

Comments

@dontcallmedom
Copy link
Member

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

{}
@dontcallmedom dontcallmedom added the new spec Suggestion to add a new spec label Jan 31, 2025
@browser-specs-bot
Copy link
Collaborator

Changes to index.json

This update would trigger the following changes in index.json:

Add spec (1)
{
  "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! 😎

@tidoust
Copy link
Member

tidoust commented Jan 31, 2025

@browser-specs-bot pr

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
Labels
new spec Suggestion to add a new spec
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants