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

Prasanta Sadhukhan psadhukhan at openjdk.org
Wed Jan 17 02:32:00 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%

This pull request has now been integrated.

Changeset: f70667ea
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f70667ea68a4e23391d45937cdaa66904f75b33d
Stats:     4 lines in 2 files changed: 1 ins; 0 del; 3 mod

8318112: CSS percentage values are capped at 100%

Reviewed-by: tr, prr

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

PR: https://git.openjdk.org/jdk/pull/17299


More information about the client-libs-dev mailing list