- From: Yehonatan Daniv via GitHub <sysbot+gh@w3.org>
- Date: Fri, 01 Nov 2024 11:22:49 +0000
- To: public-css-archive@w3.org
So with option 2 the generated tree would look like this: ```html ::scroll-button(*) <scroller></scroller> ::scroll-marker-group ``` correct? But they're still selected as children of scroller, like `scroller::scroll-button(*)`? I guess options 2 and 3 allow you to break out of the scroller's clipping, so that gives more styling freedom OOTB. IIUC, with option 1 they're clipped by the scroller, which gives less styling freedom for this model. Although this option feels more intuitive, I suppose it will require more opinionated default UA styling to be visually correct by default, since without correct initial positioning it would appear broken. I think it would be helpful to visualize how we want these to render by default? And with what UA styles? And then see for each option, what it takes to reach different layout use-cases. -- GitHub Notification of comment by ydaniv Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11125#issuecomment-2451720353 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 1 November 2024 11:22:50 UTC