- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Thu, 01 Jul 2021 16:48:38 +0000
- To: public-css-archive@w3.org
fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-sizing-4] aspect-ratio orthogonal flow loop ==
```
main {
width: max-content;
aspect-ratio: 1/1;
border: thin solid red;
min-height: 0;
}
section {
writing-mode: vertical-rl;
border: thick solid blue;
}
```
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6419 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 1 July 2021 16:48:39 UTC