From 0aa0de92a1edddddf6fb312f7c5ce454651536da Mon Sep 17 00:00:00 2001 From: Jonathan Watt Date: Tue, 6 Aug 2024 11:18:38 +0100 Subject: [PATCH] Add an entry for CSS Anchor Positioning Closes #794 --- activities.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/activities.json b/activities.json index dfdc777..7254d07 100644 --- a/activities.json +++ b/activities.json @@ -194,6 +194,18 @@ "title": "COLR v1 Fonts", "url": "https://github.com/googlefonts/colr-gradients-spec/" }, + { + "ciuName": "css-anchor-positioning", + "description": "Anchor Positioning allows positioned elements to size and position themselves relative to one or more 'anchor elements' elsewhere on the page.", + "id": "css-anchor-positioning", + "mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=css-anchor-position-1", + "mozPosition": "positive", + "mozPositionDetail": "This is an important evolution of absolute positioning that addresses a common and much requested authoring use case that otherwise requires the use of JavaScript.", + "mozPositionIssue": 794, + "org": "W3C", + "title": "CSS Anchor Positioning", + "url": "https://drafts.csswg.org/css-anchor-position-1/" + }, { "ciuName": "", "description": "CSS Cascade Layers provides a structured way to organize related style rules within a single origin. Rules within a single cascade layer cascade together, without interleaving with style rules outside the layer.",