text-size-adjust adjusts font sizes on mobile devices. Values other than auto disable automatic text size adjustments. Percentage values increase the computed size of text. This makes text-size-adjust more consistent, so it works like a direct multiplier of the font size (and line height). The major changes are: * text-size-adjust works with or without a meta viewport. * non-auto values disable ALL automatic text size adjustments. * percentages apply directly, without any heuristics. * layout bugs are fixed.
The compatibility risk is low and this is likely to just appear as a bugfix to developers and users. This area is a source of confusion for developers today. The automatic text scaling applied by the browser already varies significantly with OS font scale settings and device size, so pages are unlikely to depend on the exact current behavior.
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
None
None
Text-size-adjust can be debugged via mobile emulation in devtools.
This has historically only been supported on mobile platforms.
There are some basic Web Platform Tests but this feature only works on mobile devices so it cannot be fully tested without "mobile" support (see: https://github.com/web-platform-tests/wpt/issues/12725 for similar issues).
No milestones specified