Site breakage related to inconsistent font inflation
Categories
(Web Compatibility :: Knowledge Base, defect)
Tracking
(Not tracked)
People
(Reporter: ksenia, Unassigned)
References
(Depends on 1 open bug, Blocks 8 open bugs)
Details
Reporter | ||
Updated•11 months ago
|
Comment 1•4 months ago
•
|
||
Note: there are (at least) two workarounds that can used to disable font-size inflation, which we could either suggest to web developers or deploy as site-specific interventions if-needed.
See bug 1924975 comment 8 for details. The targeted CSS hackaround, :root { -moz-text-size-adjust: none; }
could be shippable by us as a site-specific intervention (either targeting :root
or whatever part of the page needs font-inflation to be disabled). The broader viewport-meta-tag workaround is probably not shippable as an intervention, in part since it's got more side-effects (and I'm not sure if our intervention framework even supports meta-tags); but it's probably what we would want to recommend in outreach to web developers if they want their site to be mobile-friendly in general.
Description
•