Skip to content

Commit 1a3d1dd

Browse files
feat(css): Update syntax for bottom top left right (#983)
1 parent 58d5371 commit 1a3d1dd

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

css/properties.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3689,12 +3689,13 @@
36893689
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-width"
36903690
},
36913691
"bottom": {
3692-
"syntax": "<length> | <percentage> | auto",
3692+
"syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
36933693
"media": "visual",
36943694
"inherited": false,
36953695
"animationType": "lpc",
36963696
"percentages": "referToContainingBlockHeight",
36973697
"groups": [
3698+
"CSS Anchor Positioning",
36983699
"CSS Positioned Layout"
36993700
],
37003701
"initial": "auto",
@@ -6398,12 +6399,13 @@
63986399
"status": "nonstandard"
63996400
},
64006401
"left": {
6401-
"syntax": "<length> | <percentage> | auto",
6402+
"syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
64026403
"media": "visual",
64036404
"inherited": false,
64046405
"animationType": "lpc",
64056406
"percentages": "referToWidthOfContainingBlock",
64066407
"groups": [
6408+
"CSS Anchor Positioning",
64076409
"CSS Positioned Layout"
64086410
],
64096411
"initial": "auto",
@@ -8627,12 +8629,13 @@
86278629
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/resize"
86288630
},
86298631
"right": {
8630-
"syntax": "<length> | <percentage> | auto",
8632+
"syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
86318633
"media": "visual",
86328634
"inherited": false,
86338635
"animationType": "lpc",
86348636
"percentages": "referToWidthOfContainingBlock",
86358637
"groups": [
8638+
"CSS Anchor Positioning",
86368639
"CSS Positioned Layout"
86378640
],
86388641
"initial": "auto",
@@ -10363,12 +10366,13 @@
1036310366
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/timeline-scope"
1036410367
},
1036510368
"top": {
10366-
"syntax": "<length> | <percentage> | auto",
10369+
"syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
1036710370
"media": "visual",
1036810371
"inherited": false,
1036910372
"animationType": "lpc",
1037010373
"percentages": "referToContainingBlockHeight",
1037110374
"groups": [
10375+
"CSS Anchor Positioning",
1037210376
"CSS Positioned Layout"
1037310377
],
1037410378
"initial": "auto",

0 commit comments

Comments
 (0)