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

Alexey Ivanov aivanov at openjdk.org
Tue Mar 21 16:47:32 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..

What about `CSS.Attribute.TEXT_DECORATION`? I agree it should be handled separately, but I don't see a related bug linked in JBS to address the second issue from the bug description.

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

PR Comment: https://git.openjdk.org/jdk/pull/13114#issuecomment-1478220311



More information about the client-libs-dev mailing list