Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an entry for CSS Anchor Positioning #1030

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
Loading