Skip to content
Commit 6197b21b authored by Andrea Iacovitti's avatar Andrea Iacovitti
Browse files

Support up to INT_MAX (2^31-1) for the absolute value of css <number> data type.

When converting parsed number from string to double do not use a flot variable to store
the result as it does not have the necessary precision to represent exactly all the values
in the 32-bit integer range. Use a double instead.

BUG: 335346
FIXED-IN: 4.13.2
parent e67c7665
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment