- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Tue, 18 Jul 2023 21:54:20 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-grid-1] Behavior of an item spanning several auto minimum tracks`, and agreed to the following: * `RESOLVED: close no change and add tests` <details><summary>The full IRC log of that discussion</summary> <bramus> TabAtkins: Go look at the code issue for an example to make this sensible<br> <fantasai> live example: issue<br> <fantasai> https://jsfiddle.net/4edu3v7z/1/<br> <fantasai> s/issue//<br> <bramus> … cor here is if you have an item spanning auto mulitple tracks. we believe tha tchrome behavior has not updated to latest spec<br> <bramus> … in example here, every browser is basically wrong (have not tested safari)<br> <bramus> … in this example we got a grid item that is 20px min width and got a bunch of 25px floating children so its min content is 25px and its max content is 100px<br> <bramus> … crome ends up distrigibuting that 20px<br> <bramus> … firefox instead distributes the 25 evenly and the flaots correctly fill the grid<br> <bramus> … afaik firefox is correct and following the intention<br> <bramus> … and chrome is not doing the second paragraph of the step that handles the space distribution for this case<br> <astearns> https://usercontent.irccloud-cdn.com/file/qrtTBDuP/image.png<br> <bramus> … if you take htis example and remove widht 0 on body, chrome continues to do wrong thing. firefox does sth else weird but maybe because of a different but<br> <bramus> … our conclusion is spec is probably right, and browsers are wrong<br> <bramus> … if that is the case, then we can close the issue and the bugs need to be fixed<br> <bramus> iank_: this case is expliclitly testing the grid min size as min content<br> <bramus> TabAtkins: yeah, under a min-contnet or max content constraint. because grid is self (missed). you can trigger either behavior with width 0 on the body or (missed2)<br> <bramus> … if you follow link to spec, chrome’s behavior is explained by it only doing the first paragraph<br> <bramus> … i believe firefox does entire thing<br> <bramus> fantasai: and the max content bug in firefox seems to be related to next issue<br> <fantasai> fantasai: where the spec has a bug<br> <bramus> astearns: are the wpt for this?<br> <bramus> TabAtkins: not yet, needs to fixed as well<br> <bramus> astearns: unless reserverations, seems like we need to write wpt and file bugs for differences<br> <bramus> TabAtkins: yeah<br> <bramus> dholbert: looks like safari matches chrome<br> <bramus> iank_: (missed) complications?<br> <bramus> astearns: I expect that<br> <bramus> astearns: proposed resolution is to close no change but put wpt in place and file browser issues<br> <bramus> RESOLVED: close no change and add tests<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9075#issuecomment-1641043536 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 18 July 2023 21:54:22 UTC