RFR: 8318112: CSS percentage values are capped at 100%

Tejesh R tr at openjdk.org
Wed Jan 10 07:04:24 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%

Looks good to me.

-------------

Marked as reviewed by tr (Committer).

PR Review: https://git.openjdk.org/jdk/pull/17299#pullrequestreview-1812533207


More information about the client-libs-dev mailing list