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

Prasanta Sadhukhan psadhukhan at openjdk.org
Thu Jan 11 11:38:21 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%

@aivanov-jdk Can you please review?

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

PR Comment: https://git.openjdk.org/jdk/pull/17299#issuecomment-1886951053


More information about the client-libs-dev mailing list