|
6680 | 6680 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-block-start" |
6681 | 6681 | }, |
6682 | 6682 | "margin-bottom": { |
6683 | | - "syntax": "<length-percentage> | auto", |
| 6683 | + "syntax": "<length-percentage> | auto | <anchor-size()>", |
6684 | 6684 | "media": "visual", |
6685 | 6685 | "inherited": false, |
6686 | 6686 | "animationType": "length", |
6687 | 6687 | "percentages": "referToWidthOfContainingBlock", |
6688 | 6688 | "groups": [ |
| 6689 | + "CSS Anchor Positioning", |
6689 | 6690 | "CSS Box Model" |
6690 | 6691 | ], |
6691 | 6692 | "initial": "0", |
|
6753 | 6754 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-inline-start" |
6754 | 6755 | }, |
6755 | 6756 | "margin-left": { |
6756 | | - "syntax": "<length-percentage> | auto", |
| 6757 | + "syntax": "<length-percentage> | auto | <anchor-size()>", |
6757 | 6758 | "media": "visual", |
6758 | 6759 | "inherited": false, |
6759 | 6760 | "animationType": "length", |
6760 | 6761 | "percentages": "referToWidthOfContainingBlock", |
6761 | 6762 | "groups": [ |
| 6763 | + "CSS Anchor Positioning", |
6762 | 6764 | "CSS Box Model" |
6763 | 6765 | ], |
6764 | 6766 | "initial": "0", |
|
6772 | 6774 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-left" |
6773 | 6775 | }, |
6774 | 6776 | "margin-right": { |
6775 | | - "syntax": "<length-percentage> | auto", |
| 6777 | + "syntax": "<length-percentage> | auto | <anchor-size()>", |
6776 | 6778 | "media": "visual", |
6777 | 6779 | "inherited": false, |
6778 | 6780 | "animationType": "length", |
6779 | 6781 | "percentages": "referToWidthOfContainingBlock", |
6780 | 6782 | "groups": [ |
| 6783 | + "CSS Anchor Positioning", |
6781 | 6784 | "CSS Box Model" |
6782 | 6785 | ], |
6783 | 6786 | "initial": "0", |
|
6791 | 6794 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-right" |
6792 | 6795 | }, |
6793 | 6796 | "margin-top": { |
6794 | | - "syntax": "<length-percentage> | auto", |
| 6797 | + "syntax": "<length-percentage> | auto | <anchor-size()>", |
6795 | 6798 | "media": "visual", |
6796 | 6799 | "inherited": false, |
6797 | 6800 | "animationType": "length", |
6798 | 6801 | "percentages": "referToWidthOfContainingBlock", |
6799 | 6802 | "groups": [ |
| 6803 | + "CSS Anchor Positioning", |
6800 | 6804 | "CSS Box Model" |
6801 | 6805 | ], |
6802 | 6806 | "initial": "0", |
|
0 commit comments