- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Tue, 14 Nov 2023 10:30:53 +0000
- To: public-css-archive@w3.org
Note that "changes of zoom" here doesn't mean just dynamic changes. Any change of zoom from ancestor to descendant would incur that extra performance cost. So `* { zoom: 101%; }` would cause a _lot_ of extra work (because each element would zoom a little bit more than the previous etc), and there doesn't need to be any dynamic change for that. -- GitHub Notification of comment by emilio Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9397#issuecomment-1809941749 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 14 November 2023 10:30:55 UTC