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)

Yes, I worry there may be scripts checking `overflow` in `getComputedStyle`, e.g. when displaying a fake modal dialog they may want to prevent scrolling, by turning `overflow: auto` or `scroll` into `hidden`, but leaving `visible` as either `visible` or `clip`. Defaulting to `normal` may break such logic.

Well, `overflow` could get some special handling in https://drafts.csswg.org/cssom/#resolved-values to resolve `normal` in `getComputedStyle`, but it seems hacky.

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


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

Received on Monday, 5 September 2022 18:58:49 UTC