- From: Theresa O'Connor via GitHub <sysbot+gh@w3.org>
- Date: Tue, 03 Oct 2023 18:23:31 +0000
- To: public-css-archive@w3.org
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