On Thu, 10 Sep 2026 15:30:46 GMT, Andy Goryachev <[email protected]> wrote:

>> Michael Strauß has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   serialize number types
>
> modules/javafx.graphics/src/test/java/test/javafx/css/ParsedValueTest.java 
> line 507:
> 
>> 505: 
>> 506:     @Test
>> 507:     public void testWriteAndReadBinaryNumbers() {
> 
> why do we need to serialize all these types, shouldn't we just support 
> `double`s?
> CSS makes no distinction between an `int` or a `byte` or a `short`, does it?

CSS has at least integers in addition to doubles. My thinking is that if we're 
changing the format spec, why not support all primitive numbers?

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2303#discussion_r3980820914

Reply via email to