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 ppa #1675

Closed
browser-specs-bot opened this issue Feb 5, 2025 · 4 comments · Fixed by #1678
Closed

Add ppa #1675

browser-specs-bot opened this issue Feb 5, 2025 · 4 comments · Fixed by #1678
Labels
new spec Suggestion to add a new spec

Comments

@browser-specs-bot
Copy link
Collaborator

browser-specs-bot commented Feb 5, 2025

URL

https://w3c.github.io/ppa/

Rationale

  • See repository: w3c/ppa
  • Would-be shortname: ppa

Additional properties

{
  "nightly": {
    "sourcePath": "api.bs"
  }
}
@browser-specs-bot browser-specs-bot added the new spec Suggestion to add a new spec label Feb 5, 2025
@browser-specs-bot
Copy link
Collaborator Author

browser-specs-bot commented Feb 5, 2025

Changes to index.json

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

Add spec (1)
{
  "url": "https://w3c.github.io/ppa/",
  "seriesComposition": "full",
  "shortname": "ppa",
  "series": {
    "shortname": "ppa",
    "currentSpecification": "ppa",
    "title": "Privacy-Preserving Attribution",
    "shortTitle": "Privacy-Preserving Attribution",
    "nightlyUrl": "https://w3c.github.io/ppa/"
  },
  "nightly": {
    "url": "https://w3c.github.io/ppa/",
    "status": "Editor's Draft",
    "sourcePath": "api.bs",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/ppa",
    "filename": "index.html"
  },
  "organization": "W3C",
  "groups": [
    {
      "name": "Private Advertising Technology Working Group",
      "url": "https://www.w3.org/groups/wg/pat/"
    }
  ],
  "title": "Privacy-Preserving Attribution: Level 1",
  "source": "spec",
  "shortTitle": "Privacy-Preserving Attribution 1",
  "categories": [
    "browser"
  ],
  "standing": "good"
}

Tests

These changes look good! 😎

@dontcallmedom
Copy link
Member

the trailing ":" in the series title comes from our code removing Level information.

@tidoust
Copy link
Member

tidoust commented Feb 5, 2025

Yes, I'll look into updating our logic for series titles: a title that ends with : is awkward. The shortTitle is not fantastic either.

Also, the ppa shortname is a bit opaque, but I guess that's fine if we need to change it afterwards.

@tidoust
Copy link
Member

tidoust commented Feb 5, 2025

@browser-specs-bot pr

github-actions bot pushed a commit that referenced this issue Feb 5, 2025
Close #1675, 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://w3c.github.io/ppa/",
  "seriesComposition": "full",
  "shortname": "ppa",
  "series": {
    "shortname": "ppa",
    "currentSpecification": "ppa",
    "title": "Privacy-Preserving Attribution",
    "shortTitle": "Privacy-Preserving Attribution",
    "nightlyUrl": "https://w3c.github.io/ppa/"
  },
  "nightly": {
    "url": "https://w3c.github.io/ppa/",
    "status": "Editor's Draft",
    "sourcePath": "api.bs",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/ppa",
    "filename": "index.html"
  },
  "organization": "W3C",
  "groups": [
    {
      "name": "Private Advertising Technology Working Group",
      "url": "https://www.w3.org/groups/wg/pat/"
    }
  ],
  "title": "Privacy-Preserving Attribution: Level 1",
  "source": "spec",
  "shortTitle": "Privacy-Preserving Attribution 1",
  "categories": [
    "browser"
  ],
  "standing": "good"
}
```
</details>

### Tests
These changes look good! 😎
@tidoust tidoust closed this as completed in e27efa7 Feb 5, 2025
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