Earlier quoted context omitted.
> Spinners are obvious, but they are also needlessly fiddly to use with the mouse I think that a quick improvement would be to let the mouse wheel "spin" the number up/down when the input element is focused. An even better improvement would be having the ` ` element actually display the value as it changed, and allow the user to set that value directly (say, by typing it in). Right now, range is useless because the u…
> I think that a quick improvement would be to let the mouse wheel "spin" the number up/down when the input element is focused. Firefox did that for number inputs for a long time, until very recently. They switched it off in Firefox 130 because people kept inadvertently changing values in forms while scrolling through them [0]. Personally, I've set the about:config option to reenable it since I've found it useful in…
I guess the room for unwanted consequences is a bit bigger when the scrolling controlls the value instead of just the viewport.