Re: [csswg-drafts] [css-flexbox] Should fully inflexible item have definite height even with min-height: auto? (#4305)

Test case demonstrating the behavior: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/9405

```html
<!DOCTYPE html>
<div style="display: flex; flex-flow: column; border: thick dotted; height: 150px;">
  <span style="border: thick solid; flex: 0 0 1em;">
   <div style="float: right; height: 50%; background: orange;">foo</div>
   foo<br>foo<br>foo<br>foo<br>foo<br>foo
  </span>
</div>
```

The % on the float does resolve against the height of the flex item, despite that height being boosted by the min-height:auto specifically.

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


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

Received on Thursday, 10 June 2021 18:54:58 UTC