- From: CSS Meeting Bot via GitHub <noreply@w3.org>
- Date: Wed, 05 Aug 2026 15:28:28 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-grid-1] Abspos with an overflowing grid CB`, and agreed to the following: * `RESOLVED: when grid-placement is fully auto in an axis, use the scrollport edges (otherwise do as specced)` <details><summary>The full IRC log of that discussion</summary> <sgill> TabAtkins: weird case with abspos and overflowing grids<br> <sgill> ... spec says one thing that is good that implementations never followed<br> <sgill> ... Ian wants to change and thinks he can<br> <sgill> ... want to make sure this is generally good with everyone else<br> <sgill> ... grid container 100x100<br> <sgill> ... its grid is 150x150<br> <sgill> ... abspos child with grid container as containing block<br> <sgill> ... if the grid placement properties on the abspos are auto then we take the container's padding edge<br> <sgill> ... if specific grid line we use that line<br> <sgill> ... parenthetical saying instead of using grid container's padding edge we use scrollable area's padding edge<br> <sgill> fantasai: assuming that means scrollable content area<br> <sgill> TabAtkins: behavior we want is if your abspos is using g grid lines do that<br> <sgill> ... if it is double auto in that axis act like normal abspos (padding edge of container)<br> <sgill> ... if grid line on one edge and auto other then you scrollable area<br> <sgill> ... current browser behavior is if you grid-row-start: 1 and end auto we put start edge on one grid line and end on the padding edge of the container<br> <astearns> ack fantasai<br> <sgill> fantasai: good problem statement<br> <sgill> ... think we should take the outer most of the padding edge vs the grid start line or end line<br> <sgill> ... basically the grid itself pushes out the effective padding edge<br> <sgill> ... things would continue to work as they do now unless they overflow in which we anchor to the appropriate edge<br> <sgill> TabAtkins: think it is ok but want to double check with Ian<br> <sgill> TabAtkins: think it is ok what fantasai said actually<br> <sgill> astearns: wish Emilio was here to see if it was ok to change<br> <TabAtkins> dholbert:<br> <TabAtkins> ping<br> <emilio> hm?<br> <sgill> fantasai: ok I think I see the potential compat issue<br> <sgill> ... seems ok though<br> <emilio> So proposal is using the bigger of grid area vs padding area?<br> <fantasai> PROPOSED: when grid-placement is fully auto in an axis, use the scrollport edges (otherwise do as specced)<br> <astearns> depending on whether things are using auto or not<br> <emilio> that seems fine iiuc<br> <fantasai> RESOLVED: when grid-placement is fully auto in an axis, use the scrollport edges (otherwise do as specced)<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13930#issuecomment-5193782098 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 5 August 2026 15:28:28 UTC