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 data-shapes #1615

Open
browser-specs-bot opened this issue Dec 18, 2024 · 1 comment
Open

Add data-shapes #1615

browser-specs-bot opened this issue Dec 18, 2024 · 1 comment
Labels
monitor new spec Suggestion to add a new spec

Comments

@browser-specs-bot
Copy link
Collaborator

URL

https://w3c.github.io/data-shapes/

Rationale

Additional properties

{}
@browser-specs-bot browser-specs-bot added the new spec Suggestion to add a new spec label Dec 18, 2024
@browser-specs-bot
Copy link
Collaborator Author

Changes to index.json

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

Add spec (1)
{
  "url": "https://w3c.github.io/data-shapes/",
  "seriesComposition": "full",
  "shortname": "data-shapes",
  "series": {
    "shortname": "data-shapes",
    "currentSpecification": "data-shapes",
    "title": "data-shapes",
    "shortTitle": "data-shapes",
    "nightlyUrl": "https://w3c.github.io/data-shapes/"
  },
  "organization": "W3C",
  "groups": [
    {
      "name": "Data Shapes Working Group",
      "url": "https://www.w3.org/groups/wg/data-shapes/"
    }
  ],
  "nightly": {
    "url": "https://w3c.github.io/data-shapes/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/data-shapes",
    "filename": "index.html"
  },
  "title": "data-shapes",
  "source": "spec",
  "shortTitle": "data-shapes",
  "categories": [
    "browser"
  ],
  "standing": "good"
}

Tests

With these changes, the following tests would fail:

The `index.json` list contains relative paths to source of nightly spec when repository is known

Expected:

[]

Actual:

[
  {
    "url": "https://w3c.github.io/data-shapes/",
    "seriesComposition": "full",
    "shortname": "data-shapes",
    "series": {
      "shortname": "data-shapes",
      "currentSpecification": "data-shapes",
      "title": "data-shapes",
      "shortTitle": "data-shapes",
      "nightlyUrl": "https://w3c.github.io/data-shapes/"
    },
    "organization": "W3C",
    "groups": [
      {
        "name": "Data Shapes Working Group",
        "url": "https://www.w3.org/groups/wg/data-shapes/"
      }
    ],
    "nightly": {
      "url": "https://w3c.github.io/data-shapes/",
      "status": "Editor's Draft",
      "alternateUrls": [],
      "repository": "https://github.com/w3c/data-shapes",
      "filename": "index.html"
    },
    "title": "data-shapes",
    "source": "spec",
    "shortTitle": "data-shapes",
    "categories": [
      "browser"
    ],
    "standing": "good"
  }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
monitor new spec Suggestion to add a new spec
Projects
None yet
Development

No branches or pull requests

2 participants