- From: fantasai via GitHub <sysbot+gh@w3.org>
 - Date: Tue, 15 Aug 2023 23:04:32 +0000
 - To: public-css-archive@w3.org
 
@bfgeek So if I understand correctly, what you're suggesting is that
- for flex container scrollers, scrollable area will include the margin boxes of all items (effectively)
- for grid container scrollers, scrollable area will include the grid and the border boxes of all items; margins that overflow the grid itself will not be counted
- for block container scrollers, scrollable area will include
    - in the block axis, the in-flow children and their margins, plus any floats participating in this formatting context plus their margins, plus the border box bounds and overflow (recursively) of descendants (but not their margins)
    - in the inline axis, ???
-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9194#issuecomment-1679739692 using your GitHub account
-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 15 August 2023 23:04:34 UTC