[whatwg] <input type=number> without keyboard editing
Jonas Sicking
jonas at sicking.cc
Thu Nov 4 18:08:25 PDT 2010
On Fri, Nov 5, 2010 at 1:55 AM, Boris Zbarsky <bzbarsky at mit.edu> wrote:
> Presenting inconsistent state to script (see the value = value example
> above) is not a good idea either, though.
Doing x.value = x.value while the user is typing is *always* annoying
to the user as it'll reset cursor and selection. So sites should
always avoid doing that.
/ Jonas
More information about the whatwg
mailing list