- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Mon, 06 Nov 2017 22:02:32 +0000
- To: public-css-archive@w3.org
The Working Group just discussed `Non-interop of sizing images in flexbox`. <details><summary>The full IRC log of that discussion</summary> <iank_> Topic: Non-interop of sizing images in flexbox<br> <astearns> github: https://github.com/w3c/csswg-drafts/issues/1322<br> <iank_> fantasai: <goes to project><br> <iank_> fantasai: Testcase in last comment<br> <iank_> fantasai: Flex container, and has some content that shrink down to their min-content size, if you have too many items they'll start to overflow.<br> <iank_> fantasai: Excess space starts to take up, the text starts to break, <explains the testcase><br> <iank_> fantasai: The item with the image starts shrinking.<br> <iank_> fantasai: This FF behaviour is kinda nice.<br> <iank_> fantasai: So we want to make FF follow the spec? Or make other vendors follow FF implmentation><br> <iank_> ?<br> <iank_> dholbert: I wrote most of the flex code in FF, and don't know whats going on here.<br> <iank_> gregwhitworth: What is the usecase where folks would want this behaviour?<br> <iank_> fantasai: This means that it won't overflow, where other implmentations would.<br> <iank_> dholbert: <explains image gallery usecase> being able to shrink them is kinda nice.<br> <jensimmons> I just dropped this example in this codepen: https://codepen.io/jensimmons/pen/aVmogq<br> <iank_> fantasai: The image doesn't shrink until everything else has wrapped.<br> <iank_> cbiesinger: If you give the image a flex-basis: auto , and others a flex-basis of 0, don't you get that behaviour?<br> <iank_> fantasai: You wouldn't be able to get them to start out at their content sizes?<br> <iank_> fantasai: I don't think we need to resolve now, but interesting to think about.<br> <iank_> dholbert: I'll try and figure out whats happening in our impl, and report back on the github issue.<br> <iank_> jensimmons: I had a few questions about flexbox, lets of interop issues around squishing images, and because of those issues, they are really hard for authors to think about.<br> <iank_> astearns: Def. want interop here, just need to agree what that behaviour is.<br> <iank_> Rossen: It looks like we have all the impls apart from FF, having interop.<br> <iank_> Rossen: Switching to FF, means that we might run into compat.<br> <iank_> fantasai: We were going through interop cases, and most of them were obv., but this one seemed interesting.<br> <iank_> jensimmons: It also seems like we could do what we want, as there seems to be such lack of interop around images.<br> <iank_> gregwhitworth: Only about this issue?<br> <iank_> jensimmons: No, more broadly about images as flex items.<br> <iank_> gregwhitworth: Where are the bugs?<br> <iank_> fantasai: Don't have them here. But this one just seemed interesting.<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1322#issuecomment-342302648 using your GitHub account
Received on Monday, 6 November 2017 22:02:36 UTC