From 3f0935406d1fc0615b416db9f7b1b6b5fb879a1b Mon Sep 17 00:00:00 2001 From: Jonathan Watt Date: Sat, 25 May 2024 18:11:27 +0100 Subject: [PATCH] Add an entry for CSS Anchor Positioning --- activities.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/activities.json b/activities.json index a7ab3f3..d5b7bb9 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 usecase 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.",