Conversation
CSS Containment Level 3 is now an empty placeholder — container queries and the container-type/container-name properties moved to CSS Conditional Rules Level 5, and inline-size containment moved back to Level 2. Point the container queries page at css-conditional-5 for the feature itself and at css-contain-2 for the containment it establishes. css-device-adapt was renamed to CSS Viewport Module Level 1; cite css-viewport-1 so the citation names the spec it actually points at. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Deploying specification-website with
|
| Latest commit: |
7a2ea80
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3de22c3d.specification-website.pages.dev |
| Branch Preview URL: | https://fix-csswg-citation-moves-202.specification-website.pages.dev |
This branch has not been deployed
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.
What changed
Two CSSWG citations in
foundationsnow point at the specs that actually carry the material.container-queries.md— the page's lead source was CSS Containment Module Level 3. That document is now an empty placeholder: its own abstract says container queries moved to CSS Conditional Rules Level 5 and inline-size containment moved back to Level 2, and "this document is now empty. It may be revived at a later point, when Level 2 stabilizes." So the source no longer says what the page cites it for.container-type(§5.1),container-name(§5.2), the@containerrule (§5.4) and style container features (§6.2) — i.e. both halves the page describes. This replaces the previous duplicate entry that cited the same document for style queries alone.containbehaviour the page refers to when it explains thatcontainer-type: sizeneeds a known block size and that a query container establishes containment.meta-viewport.md—css-device-adaptwas renamed: the document at that shortname is titled CSS Viewport Module Level 1 and its changelog records "Renamed from device-adapt to css-viewport". The old URL still resolves as an alias, but the citation's title named a module that no longer exists. Now cites css-viewport-1 § Viewport<meta>element.Why now
Found by the daily standards scan's rotating stale-citation slice (this run:
foundations).Status
No status changes. No changelog entry — this is citation hygiene, not a change to what the spec says, matching the precedent in #224.
npm run buildpasses; pre-commit lint, format and skill-drift checks pass.