1.2.0
Fixed
NumberInputstep validation no longer rejects legal decimal values.value % stepleft a floating point residue for any step binary cannot hold exactly, so a value such as41.7015againststep="0.0000001"was marked invalid; the same residue carried the sign of the value, so negative values were never checked at all. The count of steps from the step base is now compared against a whole number within a magnitude-aware tolerance, and the base is taken fromminwhere one is declared, as the HTML step base is defined.
Full Changelog: 1.1.0...1.2.0