- From: Philip Rogers via GitHub <sysbot+gh@w3.org>
- Date: Fri, 13 Dec 2024 22:49:10 +0000
- To: public-css-archive@w3.org
Are folks generally okay with pairing this with a non-auto value of `text-size-adjust` to disable automatic adjustment? Browsers may already the adjust font-size based on the os font scale factor on mobile operating systems, and we don't want to scale twice. For example, @JoshTumath's example would become: ``` :root { font-size: env(system-font-size); text-size-adjust: none; } ``` -- GitHub Notification of comment by progers Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10674#issuecomment-2542510334 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 13 December 2024 22:49:11 UTC