Re: [csswg-drafts] [css-sizing] Stretch-fitting inline size next to floats. (#4028)

@bfgeek Currently in Chrome, `overflow:hidden` doesn't keep the input behind the float element (we have to use `display: flow-root`), is this as expected?

```html
data:text/html;charset=UTF-8,<!doctype html>
 <div style="float:left; width:100px; height:100px; border:1px solid;">float: left</div>
 <input type="text" style="overflow:hidden !important; 
 width:-webkit-fill-available; width: -moz-available; border: 2px solid blue;">
```

![image](https://github.com/user-attachments/assets/7f8f6542-f152-4f46-93d0-425641eaca84)


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


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

Received on Wednesday, 25 September 2024 07:28:36 UTC