Skip to content

Commit

Permalink
chore(css): Add CSS Anchor Positioning group
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Feb 7, 2025
1 parent e3976c9 commit ed8b0c8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion css/at-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
"CSSPositionTryRule"
],
"groups": [
"CSS Positioning"
"CSS Anchor Positioning"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@position-try"
Expand Down
1 change: 1 addition & 0 deletions css/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"Basic Selectors",
"Combinators",
"Compositing and Blending",
"CSS Anchor Positioning",
"CSS Angles",
"CSS Animations",
"CSS Backgrounds and Borders",
Expand Down
4 changes: 2 additions & 2 deletions css/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"anchor()": {
"syntax": "anchor( <anchor-name>? && <anchor-side>, <length-percentage>? )",
"groups": [
"CSS Positioning"
"CSS Anchor Positioning"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor"
},
"anchor-size()": {
"syntax": "anchor-size( [ <anchor-name> || <anchor-size> ]? , <length-percentage>? )",
"groups": [
"CSS Positioning"
"CSS Anchor Positioning"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor-size"
Expand Down
16 changes: 8 additions & 8 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1743,7 +1743,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Positioning"
"CSS Anchor Positioning"
],
"initial": "none",
"appliesto": "allElementsThatGenerateAPrincipalBox",
Expand All @@ -1759,7 +1759,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Positioning"
"CSS Anchor Positioning"
],
"initial": "none",
"appliesto": "allElements",
Expand Down Expand Up @@ -8402,7 +8402,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Positioning"
"CSS Anchor Positioning"
],
"initial": "auto",
"appliesto": "absolutelyPositionedElements",
Expand All @@ -8418,7 +8418,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Positioning"
"CSS Anchor Positioning"
],
"initial": "none",
"appliesto": "positionedElementsWithADefaultAnchorElement",
Expand All @@ -8440,7 +8440,7 @@
"position-try-order"
],
"groups": [
"CSS Positioning"
"CSS Anchor Positioning"
],
"initial": [
"position-try-fallbacks",
Expand All @@ -8462,7 +8462,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Positioning"
"CSS Anchor Positioning"
],
"initial": "none",
"appliesto": "absolutelyPositionedElements",
Expand All @@ -8478,7 +8478,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Positioning"
"CSS Anchor Positioning"
],
"initial": "normal",
"appliesto": "absolutelyPositionedElements",
Expand All @@ -8494,7 +8494,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Positioning"
"CSS Anchor Positioning"
],
"initial": "anchors-visible",
"appliesto": "absolutelyPositionedElements",
Expand Down

0 comments on commit ed8b0c8

Please sign in to comment.