Integrated: 6245410: javax.swing.text.html.CSS.Attribute: BACKGROUND_POSITION is not w3c spec compliant

Prasanta Sadhukhan psadhukhan at openjdk.org
Thu Mar 23 03:02:23 UTC 2023


On Tue, 21 Mar 2023 08:31:29 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> [CSS spec for background-position](https://www.w3.org/TR/CSS22/colors.html#propdef-background-position)
> mention the initial value should be "0% 0%" but JDK has the value as "null".
> Rectified the spec violation. 
> No regression is seen in client tests..

This pull request has now been integrated.

Changeset: c4338620
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c4338620b7651f4da03ce4cfddb9e5b053fddb6a
Stats:     44 lines in 2 files changed: 42 ins; 0 del; 2 mod

6245410: javax.swing.text.html.CSS.Attribute: BACKGROUND_POSITION is not w3c spec compliant

Reviewed-by: aivanov

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

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



More information about the client-libs-dev mailing list