Re: [csswg-drafts] [css-images-4][css-overflow-3] How do `object-overflow` and `object-view-box` interact with `overflow` and `overflow-clip-margin`? (#7144)

> Recommend that host languages apply `overflow: clip; overflow-clip-margin: content-box` to replaced elements

I guess this should be to elements which may be replaced, but independently on whether they are actually replaced?

> we can instead add a new initial value to `overflow` (e.g. `normal`) that computes to either `visible` or `clip`

See #7435, computed values shouldn't depend on whether an element is replaced. So `normal` should stay as a computed value, and resolve to `visible` or `clip` at used value time. I worry this is not web compatible.

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


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

Received on Friday, 2 September 2022 19:40:13 UTC