Re: [csswg-drafts] [css-sizing-4] aspect-ratio orthogonal flow loop (#6419)

Note: we got here from exploring 

```
main {
  width: max-content;
  aspect-ratio: 1/1;
  border: thin solid red;
  min-height: 0;
}

section {
  height: 100%;
  contain: inline-size;
  writing-mode: vertical-rl;
  border: thick solid blue;
}
```

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6419#issuecomment-872406567 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:59:26 UTC