<Swing Dev> RFR: 8231286: HTML font size too large with high-DPI scaling and W3C_LENGTH_UNITS [v4]
Alexey Ivanov
aivanov at openjdk.java.net
Tue Feb 2 21:37:47 UTC 2021
On Tue, 2 Feb 2021 15:16:35 GMT, Matthias Perktold <github.com+7334069+mperktold at openjdk.org> wrote:
> Also, regarding a resolution of 93/94/95, I think rather than hardcoding 96, we should ensure that the behavior is correct for various screen sizes. I don't know how to change the resolution just for the test, but if that is possible, I think we should test several values, like 96, something below that and something above.
I think we should hard-code 96. Does JDK treat 93/94/95 differently? Does it change font size in any other place but CSS with W3C_LENGTH_UNITS?
-------------
PR: https://git.openjdk.java.net/jdk/pull/2256
More information about the swing-dev
mailing list