Spec: https://drafts.csswg.org/css-fonts-4/#propdef-font-min-size
I think these two properties should only affect the used font-size value, not the computed one.
It's a bit weird that, as specified, font-min-sizes computed value affects font-max-sizes used value, but font-sizes computed value.
Affecting the computed value implies that it also affects font-relative lengths. This causes unintended consequences when users override it with a larger font size, like:
https://bugs.chromium.org/p/chromium/issues/detail?id=937689
In Gecko the user-preferred minimum font-size only affects the used font-size, which I think has less potential to break websites.
Spec: https://drafts.csswg.org/css-fonts-4/#propdef-font-min-size
I think these two properties should only affect the used font-size value, not the computed one.
It's a bit weird that, as specified,
font-min-sizes computed value affectsfont-max-sizes used value, butfont-sizes computed value.Affecting the computed value implies that it also affects font-relative lengths. This causes unintended consequences when users override it with a larger font size, like:
https://bugs.chromium.org/p/chromium/issues/detail?id=937689
In Gecko the user-preferred minimum font-size only affects the used font-size, which I think has less potential to break websites.