Re: [csswg-drafts] [css-anchor-1] Need ability to say "don't render" when anchor is off-screen (#7758)

I'm wondering if the default value should be `auto` or `none`. Maybe `none` is better.

It's pretty common to have a scroller with `overflow: auto`, which doesn't show a clear clip boundary to users when the content doesn't overflow. However, it should still apply clipping for `anchor-clip: auto`, which can be quite confusing to users, and developers may actuall want the positioned element (e.g. a tooltip) to overflow such a scroller.

On the other hand, it can be less confusing when the default value is `none`, so that developers can opt-in when they need clipping.

-- 
GitHub Notification of comment by xiaochengh
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7758#issuecomment-1642920255 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 20 July 2023 00:10:32 UTC