01:18
<Domenic>
I just found out that implementations use a decimal library to implement <input type=number> while HTML says nothing of the sort. Didn't realize that when initially reporting https://github.com/tc39/proposal-decimal/issues/80. Does anyone know more about this?
We had to do this in jsdom to pass web platform tests.
17:43
<annevk>
So maybe someone wrote some non-floating-point-compliant WPTs and everyone just decided to copy in a decimal lib? lol
17:53
<Sam Sneddon [:gsnedders]>
I mean if the spec doesn't define behaviour, and everyone thinks it's the right behaviour from a UX point-of-view, then making the tests pass is unsurprising. Or people blindly following the tests, unless it goes against the spec. Or just completely blindly following the tests.