[whatwg] <input type=number> without keyboard editing

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

Received on Thursday, 4 November 2010 18:08:25 UTC