From 7a2ea8037c1f43813ba67a6b82888c2c194abe17 Mon Sep 17 00:00:00 2001 From: Joost de Valk Date: Tue, 22 Sep 2026 08:09:18 +0200 Subject: [PATCH] fix(foundations): two CSSWG citations followed their specs elsewhere MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- src/content/spec/foundations/container-queries.md | 10 +++++----- src/content/spec/foundations/meta-viewport.md | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/content/spec/foundations/container-queries.md b/src/content/spec/foundations/container-queries.md index fa13369b..3a1284b5 100644 --- a/src/content/spec/foundations/container-queries.md +++ b/src/content/spec/foundations/container-queries.md @@ -7,13 +7,13 @@ status: recommended order: 160 appliesTo: [all] relatedSlugs: [css-containment, dynamic-viewport-units, anchor-positioning] -updated: "2026-06-27T00:00:00.000Z" +updated: "2026-09-22T00:00:00.000Z" sources: - - title: "CSS Containment Module Level 3" - url: "https://drafts.csswg.org/css-contain-3/" + - title: "CSS Conditional Rules Module Level 5 — container queries and style queries" + url: "https://drafts.csswg.org/css-conditional-5/#container-queries" publisher: "W3C CSS Working Group" - - title: "CSS Conditional Rules Module Level 5 — style queries" - url: "https://drafts.csswg.org/css-conditional-5/" + - title: "CSS Containment Module Level 2" + url: "https://drafts.csswg.org/css-contain-2/" publisher: "W3C CSS Working Group" - title: "MDN — @container" url: "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@container" diff --git a/src/content/spec/foundations/meta-viewport.md b/src/content/spec/foundations/meta-viewport.md index 9384bbf2..39b5089c 100644 --- a/src/content/spec/foundations/meta-viewport.md +++ b/src/content/spec/foundations/meta-viewport.md @@ -7,13 +7,13 @@ status: required order: 40 appliesTo: [all] relatedSlugs: [doctype, meta-charset, theme-color, dynamic-viewport-units, mobile-form-inputs] -updated: "2026-07-27T00:00:00.000Z" +updated: "2026-09-22T00:00:00.000Z" sources: - title: "MDN — Viewport meta tag" url: "https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meta/name/viewport" publisher: "MDN" - - title: "CSS Device Adaptation Module — viewport meta" - url: "https://drafts.csswg.org/css-device-adapt/#viewport-meta" + - title: "CSS Viewport Module Level 1 — the viewport meta element" + url: "https://drafts.csswg.org/css-viewport-1/#viewport-meta" publisher: "W3C" - title: "MDN — env() and the safe-area-inset-* variables" url: "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/env"