Re: [csswg-drafts] [css-align-3][css-position-3] Better interaction of auto insets and self-alignment properties? (#9124)

I don't like the freaky action-at-a-distance aspect of @tabatkins' proposal, e.g. if this is in one stylesheet

```
#foo {
    top: auto;
}
```

and this is in some other stylesheet, or very far away in the same stylesheet:

```
#foo {
    align-self: center;
}
```

it's very odd that the latter causes the former to mean something very different.

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


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

Received on Tuesday, 3 October 2023 18:23:33 UTC