- From: TAMURA, Kent via GitHub <noreply@w3.org>
- Date: Tue, 07 Oct 2025 05:54:13 +0000
- To: public-css-archive@w3.org
Our feedback was that the text scaling method was implementation-dependent (reshaping or scaling transform), while other <length> handling should be standardized as "never scale". I understand that ideally all font-relative values should be scaled, however I'm afraid it's implementation complexity is too high and some browser vendors give up implementing it. `calc()` with font-relative values would be problematic. If an element in a line box has something like `margin-left: calc(1em - 5px)`, it's difficult to compute the scaling factor of the line. An alternative option is to give up on reshaping, and just apply scaling transform to the entire line box at once, including any inline images, margins, padding, etc. It means absolute `<length>` values are scaled too. -- GitHub Notification of comment by tkent-google Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12888#issuecomment-3375310427 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 7 October 2025 05:54:14 UTC