Skip to content

Commit 0c3a40b

Browse files
chore(css): Add CSS Anchor Positioning group (#922)
1 parent 925fbc4 commit 0c3a40b

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

css/at-rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
"CSSPositionTryRule"
456456
],
457457
"groups": [
458-
"CSS Positioning"
458+
"CSS Anchor Positioning"
459459
],
460460
"status": "experimental",
461461
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@position-try"

css/definitions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Basic Selectors",
55
"Combinators",
66
"Compositing and Blending",
7+
"CSS Anchor Positioning",
78
"CSS Angles",
89
"CSS Animations",
910
"CSS Backgrounds and Borders",

css/functions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"anchor()": {
2121
"syntax": "anchor( <anchor-name>? && <anchor-side>, <length-percentage>? )",
2222
"groups": [
23-
"CSS Positioning"
23+
"CSS Anchor Positioning"
2424
],
2525
"status": "experimental",
2626
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor"
2727
},
2828
"anchor-size()": {
2929
"syntax": "anchor-size( [ <anchor-name> || <anchor-size> ]? , <length-percentage>? )",
3030
"groups": [
31-
"CSS Positioning"
31+
"CSS Anchor Positioning"
3232
],
3333
"status": "experimental",
3434
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor-size"

css/properties.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,7 +1743,7 @@
17431743
"animationType": "discrete",
17441744
"percentages": "no",
17451745
"groups": [
1746-
"CSS Positioning"
1746+
"CSS Anchor Positioning"
17471747
],
17481748
"initial": "none",
17491749
"appliesto": "allElementsThatGenerateAPrincipalBox",
@@ -1759,7 +1759,7 @@
17591759
"animationType": "discrete",
17601760
"percentages": "no",
17611761
"groups": [
1762-
"CSS Positioning"
1762+
"CSS Anchor Positioning"
17631763
],
17641764
"initial": "none",
17651765
"appliesto": "allElements",
@@ -8403,7 +8403,7 @@
84038403
"animationType": "discrete",
84048404
"percentages": "no",
84058405
"groups": [
8406-
"CSS Positioning"
8406+
"CSS Anchor Positioning"
84078407
],
84088408
"initial": "auto",
84098409
"appliesto": "absolutelyPositionedElements",
@@ -8419,7 +8419,7 @@
84198419
"animationType": "discrete",
84208420
"percentages": "no",
84218421
"groups": [
8422-
"CSS Positioning"
8422+
"CSS Anchor Positioning"
84238423
],
84248424
"initial": "none",
84258425
"appliesto": "positionedElementsWithADefaultAnchorElement",
@@ -8441,7 +8441,7 @@
84418441
"position-try-order"
84428442
],
84438443
"groups": [
8444-
"CSS Positioning"
8444+
"CSS Anchor Positioning"
84458445
],
84468446
"initial": [
84478447
"position-try-fallbacks",
@@ -8463,7 +8463,7 @@
84638463
"animationType": "discrete",
84648464
"percentages": "no",
84658465
"groups": [
8466-
"CSS Positioning"
8466+
"CSS Anchor Positioning"
84678467
],
84688468
"initial": "none",
84698469
"appliesto": "absolutelyPositionedElements",
@@ -8479,7 +8479,7 @@
84798479
"animationType": "discrete",
84808480
"percentages": "no",
84818481
"groups": [
8482-
"CSS Positioning"
8482+
"CSS Anchor Positioning"
84838483
],
84848484
"initial": "normal",
84858485
"appliesto": "absolutelyPositionedElements",
@@ -8495,7 +8495,7 @@
84958495
"animationType": "discrete",
84968496
"percentages": "no",
84978497
"groups": [
8498-
"CSS Positioning"
8498+
"CSS Anchor Positioning"
84998499
],
85008500
"initial": "anchors-visible",
85018501
"appliesto": "absolutelyPositionedElements",

0 commit comments

Comments
 (0)