fix(citations): GPC is now a W3C Privacy WG draft; NodeInfo over HTTPS - #134
Draft
jdevalk wants to merge 1 commit into
Draft
fix(citations): GPC is now a W3C Privacy WG draft; NodeInfo over HTTPS#134jdevalk wants to merge 1 commit into
jdevalk wants to merge 1 commit into
Conversation
Rotating citation slice for this run: privacy + well-known. - global-privacy-control: the spec left the Privacy Community Group. It is now published by the W3C Privacy Working Group on the Recommendation track (WD-gpc-20260611). Cite the published /TR/ version instead of the editor's draft, and fix the publisher. - nodeinfo: both project sources were cited over plain http://. The HTTPS origin serves them fine. The http:// strings inside the code sample are protocol rel identifiers, not URLs, and stay as they are. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Deploying specification-website with
|
| Latest commit: |
354c887
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4734edaa.specification-website.pages.dev |
| Branch Preview URL: | https://fix-citations-privacy-wellkn.specification-website.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rotating citation slice for this run: privacy + well-known (the two categories longest since a check — accessibility and foundations were swept in #130/#129, performance in #120, i18n/resilience/seo in #112).
What changed
global-privacy-control— the substantive one. GPC has left the Privacy Community Group. It is now published by the W3C Privacy Working Group on the Recommendation track:So the page had two things wrong: it cited the editor's draft (
w3c.github.io/gpc/) rather than the published/TR/version, and it attributed the spec to a "W3C Community Group". Both fixed, and the source title now says W3C Working Draft so the citation is honest about maturity — this is a WD, not a REC.The page's
status: recommendeddoes not move. GPC's weight comes from CCPA/CPRA and the Colorado Privacy Act, not from its W3C maturity level, and those citations are unchanged.nodeinfo— both NodeInfo project sources were cited over plainhttp://. The HTTPS origin serves them fine, so this was just rot. Mildly embarrassing on a spec that lists HTTPS asrequired.One deliberate non-change: the
http://nodeinfo.diaspora.software/ns/schema/2.xstrings inside the JSON sample are protocolrelidentifiers, not fetchable URLs. Rewriting those tohttps://would break the example. They stay.Verification
npm run buildpasses (164 pages indexed),npm run lintandnpm run format:checkclean, SKILL.md digest check passes (no page/category count change).For the maintainer
No changelog entry included. Per CLAUDE.md this is a citation fix, not a change to what the spec says — but the GPC one is borderline, since "this spec is now on the W3C Recommendation track" is a real fact about the topic. Happy to add a
changedentry if you'd rather log it.🤖 Generated with Claude Code