- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Fri, 04 Aug 2017 13:20:03 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `Stretching tracks fails to feed back into sizing algorithm`, and agreed to the following resolutions: * `RESOLVED: integrate stretching into track sizing algo` <details><summary>The full IRC log of that discussion</summary> <dauwhe> Topic: Stretching tracks fails to feed back into sizing algorithm<br> <astearns> github: https://github.com/w3c/csswg-drafts/issues/1150<br> <dauwhe> fantasai: the issue here is that the stretch alignment property takes effect<br> <dauwhe> ... at the end of the algo<br> <dauwhe> ... you size the cols, then use size of cols to set height of rows<br> <dauwhe> ... at the end you do alignment<br> <dauwhe> ... that's generally fine<br> <dauwhe> ... cause alignment don't change track sizes<br> <dauwhe> ... but stretch does<br> <dauwhe> ... if you start with this example, you have image with intrinsic size, col sizes to intrinsic size, then try to size the rows<br> <dauwhe> ... and we use the size of the columns because there's an aspect ratio<br> <dauwhe> ... and now the item that's 100% wide fills the track in that axis, but then overflows the row<br> <dauwhe> ... the suggestion is that the stretching phase should be accounted for in the sizing algo<br> <dauwhe> TabAtkins: makes sense<br> <dauwhe> fantasai: we'll try to incorporate this into the algo, then will bring to group for review<br> <dauwhe> TabAtkins: is auto track and stretch distro the only thing that does this?<br> <dauwhe> fantasai: yes<br> <dauwhe> TabAtkins: then this makes total sense<br> <dauwhe> fantasai: the proposal is to handle the streching at each phase of stretch sizing<br> <dauwhe> astearns: would it make sense to have a note in align?<br> <dauwhe> fantasai: flex already has this<br> <fantasai> s/this/this kind of integration/<br> <dauwhe> Rossen: stretching and last baseline tend to have feedback back into the layout algo<br> <fantasai> astearns: Yeah, so should have a note pointing to the appropriate section of grid/flex<br> <dauwhe> RESOLVED: integrate stretching into track sizing algo<br> <dauwhe> fantasai: ONE MORE THING<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1150#issuecomment-320246960 using your GitHub account
Received on Friday, 4 August 2017 13:20:04 UTC