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

>> We need at least Double and Integer, as these types are already used in 
>> CssParser. For example, the `steps()` function parses its argument as an 
>> Integer, so this is the type that the serializer will see at runtime. This 
>> means that at the very least, the serializer must support those two types. 
>> The question is this: since we're about to change the BSS format, should we 
>> already include float and long, even though CssParser currently doesn't 
>> parse these?
>
> please provide two css examples: one with a double, one with a float.

I've removed float and long instead, what's left is only the two types that are 
actually used in CssParser.

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

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

Reply via email to