Skip to content

Commit

Permalink
Add an entry for CSS Anchor Positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jwatt committed May 25, 2024
1 parent a58844f commit 7858286
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,18 @@
"title": "Relative color syntax (CSS Color Module Level 5)",
"url": "https://drafts.csswg.org/css-color-5/#relative-colors"
},
{
"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": null,
"description": "A TC39 proposal to add an .at() method to all the basic indexable classes (Array, String, TypedArray) which allows relative indexing of collection.",
Expand Down

0 comments on commit 7858286

Please sign in to comment.