RFR: 8318112: CSS percentage values are capped at 100%
Phil Race
prr at openjdk.org
Tue Jan 16 21:58:49 UTC 2024
On Mon, 8 Jan 2024 09:19:20 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> Java CSS where values can be displayed in percent are capped at 100% so "width: 200%" and "width: 100%" are equal, which is incorrect.
> FIx is made to make sure parsing is not capped at 100%
I hope no one is relying on this bug.
-------------
Marked as reviewed by prr (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/17299#pullrequestreview-1825286439
More information about the client-libs-dev
mailing list