Re: [csswg-drafts] [css-anchor-1] More declarative syntax for simple cases (#7757)

What happens if both axes use `auto`, while one is valid and the other is not? For example:

```css
#foo {
  left: anchor(auto); /* invalid use of `auto` */
  right: 0;
  top: anchor(auto); /* valid use of `auto` */
  bottom: auto;
}
```

While the usage on the x-axis is invalid, I think it still makes sense to expand it on the y-axis.

-- 
GitHub Notification of comment by xiaochengh
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7757#issuecomment-1416386787 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 3 February 2023 20:47:39 UTC