Skip to content

Commit 8008a3d

Browse files
feat(css): Update syntax for margin-* (#984)
1 parent 1a3d1dd commit 8008a3d

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

css/properties.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6680,12 +6680,13 @@
66806680
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-block-start"
66816681
},
66826682
"margin-bottom": {
6683-
"syntax": "<length-percentage> | auto",
6683+
"syntax": "<length-percentage> | auto | <anchor-size()>",
66846684
"media": "visual",
66856685
"inherited": false,
66866686
"animationType": "length",
66876687
"percentages": "referToWidthOfContainingBlock",
66886688
"groups": [
6689+
"CSS Anchor Positioning",
66896690
"CSS Box Model"
66906691
],
66916692
"initial": "0",
@@ -6753,12 +6754,13 @@
67536754
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-inline-start"
67546755
},
67556756
"margin-left": {
6756-
"syntax": "<length-percentage> | auto",
6757+
"syntax": "<length-percentage> | auto | <anchor-size()>",
67576758
"media": "visual",
67586759
"inherited": false,
67596760
"animationType": "length",
67606761
"percentages": "referToWidthOfContainingBlock",
67616762
"groups": [
6763+
"CSS Anchor Positioning",
67626764
"CSS Box Model"
67636765
],
67646766
"initial": "0",
@@ -6772,12 +6774,13 @@
67726774
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-left"
67736775
},
67746776
"margin-right": {
6775-
"syntax": "<length-percentage> | auto",
6777+
"syntax": "<length-percentage> | auto | <anchor-size()>",
67766778
"media": "visual",
67776779
"inherited": false,
67786780
"animationType": "length",
67796781
"percentages": "referToWidthOfContainingBlock",
67806782
"groups": [
6783+
"CSS Anchor Positioning",
67816784
"CSS Box Model"
67826785
],
67836786
"initial": "0",
@@ -6791,12 +6794,13 @@
67916794
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-right"
67926795
},
67936796
"margin-top": {
6794-
"syntax": "<length-percentage> | auto",
6797+
"syntax": "<length-percentage> | auto | <anchor-size()>",
67956798
"media": "visual",
67966799
"inherited": false,
67976800
"animationType": "length",
67986801
"percentages": "referToWidthOfContainingBlock",
67996802
"groups": [
6803+
"CSS Anchor Positioning",
68006804
"CSS Box Model"
68016805
],
68026806
"initial": "0",

0 commit comments

Comments
 (0)