Bug 1891086 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

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 since it's got more side-effects, 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.
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.

Back to Bug 1891086 Comment 1