browser-specs icon indicating copy to clipboard operation
browser-specs copied to clipboard

Add new spec: Controlled Identifiers v1.0

Open msporny opened this issue 8 months ago • 1 comments

URL

https://www.w3.org/TR/cid-1.0/

Rationale

I need to cite definitions from Controlled Identifiers v1.0 (which is a Proposed Recommendation) in Decentralized Identifiers v1.1 (which is a FPWD). It doesn't look like Controlled Identifiers v1.0 is being included in the ReSpec xref database and I'm guessing that's because browser-specs isn't including it for some reason?

Additional properties

{}

msporny avatar Mar 29 '25 17:03 msporny

Changes to index.json

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

Add spec (1)
{
  "url": "https://www.w3.org/TR/cid-1.0/",
  "seriesComposition": "full",
  "shortname": "cid-1.0",
  "series": {
    "shortname": "cid",
    "currentSpecification": "cid-1.0",
    "title": "Controlled Identifiers",
    "shortTitle": "Controlled Identifiers",
    "releaseUrl": "https://www.w3.org/TR/cid/",
    "nightlyUrl": "https://w3c.github.io/cid/"
  },
  "seriesVersion": "1.0",
  "organization": "W3C",
  "groups": [
    {
      "name": "Verifiable Credentials Working Group",
      "url": "https://www.w3.org/2017/vc/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/cid-1.0/",
    "status": "Proposed Recommendation",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://w3c.github.io/cid/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/cid",
    "sourcePath": "index.html",
    "filename": "index.html"
  },
  "title": "Controlled Identifiers v1.0",
  "source": "w3c",
  "shortTitle": "Controlled Identifiers v1.0",
  "categories": [],
  "standing": "good"
}

Tests

These changes look good! 😎

browser-specs-bot avatar Mar 29 '25 17:03 browser-specs-bot

@deniak On this one, it seems the spec no longer uses "(CID)" in its title. Could the series title be updated to drop "(CID)" as well in the W3C API?

tidoust avatar Mar 31 '25 14:03 tidoust

@deniak On this one, it seems the spec no longer uses "(CID)" in its title. Could the series title be updated to drop "(CID)" as well in the W3C API?

Done!

deniak avatar Mar 31 '25 14:03 deniak

@browser-specs-bot pr

tidoust avatar Mar 31 '25 15:03 tidoust