- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Mon, 05 Sep 2022 18:58:47 +0000
- To: public-css-archive@w3.org
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