|
3689 | 3689 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-width" |
3690 | 3690 | }, |
3691 | 3691 | "bottom": { |
3692 | | - "syntax": "<length> | <percentage> | auto", |
| 3692 | + "syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>", |
3693 | 3693 | "media": "visual", |
3694 | 3694 | "inherited": false, |
3695 | 3695 | "animationType": "lpc", |
3696 | 3696 | "percentages": "referToContainingBlockHeight", |
3697 | 3697 | "groups": [ |
| 3698 | + "CSS Anchor Positioning", |
3698 | 3699 | "CSS Positioned Layout" |
3699 | 3700 | ], |
3700 | 3701 | "initial": "auto", |
|
6398 | 6399 | "status": "nonstandard" |
6399 | 6400 | }, |
6400 | 6401 | "left": { |
6401 | | - "syntax": "<length> | <percentage> | auto", |
| 6402 | + "syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>", |
6402 | 6403 | "media": "visual", |
6403 | 6404 | "inherited": false, |
6404 | 6405 | "animationType": "lpc", |
6405 | 6406 | "percentages": "referToWidthOfContainingBlock", |
6406 | 6407 | "groups": [ |
| 6408 | + "CSS Anchor Positioning", |
6407 | 6409 | "CSS Positioned Layout" |
6408 | 6410 | ], |
6409 | 6411 | "initial": "auto", |
|
8627 | 8629 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/resize" |
8628 | 8630 | }, |
8629 | 8631 | "right": { |
8630 | | - "syntax": "<length> | <percentage> | auto", |
| 8632 | + "syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>", |
8631 | 8633 | "media": "visual", |
8632 | 8634 | "inherited": false, |
8633 | 8635 | "animationType": "lpc", |
8634 | 8636 | "percentages": "referToWidthOfContainingBlock", |
8635 | 8637 | "groups": [ |
| 8638 | + "CSS Anchor Positioning", |
8636 | 8639 | "CSS Positioned Layout" |
8637 | 8640 | ], |
8638 | 8641 | "initial": "auto", |
@@ -10363,12 +10366,13 @@ |
10363 | 10366 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/timeline-scope" |
10364 | 10367 | }, |
10365 | 10368 | "top": { |
10366 | | - "syntax": "<length> | <percentage> | auto", |
| 10369 | + "syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>", |
10367 | 10370 | "media": "visual", |
10368 | 10371 | "inherited": false, |
10369 | 10372 | "animationType": "lpc", |
10370 | 10373 | "percentages": "referToContainingBlockHeight", |
10371 | 10374 | "groups": [ |
| 10375 | + "CSS Anchor Positioning", |
10372 | 10376 | "CSS Positioned Layout" |
10373 | 10377 | ], |
10374 | 10378 | "initial": "auto", |
|
0 commit comments