- From: Scott González <scott.gonzalez@gmail.com>
- Date: Wed, 30 Jan 2013 14:30:23 -0500
- To: Ian Hickson <ian@hixie.ch>
- Cc: "whatwg@lists.whatwg.org" <whatwg@lists.whatwg.org>, Mounir Lamouri <mounir@lamouri.fr>
On Wed, Jan 30, 2013 at 2:21 PM, Ian Hickson <ian@hixie.ch> wrote: > Does anyone have any examples of UIs that give "page up" and "page down" > controls to change values that can also be set to out-of-range values so > we can study how existing UIs handle this? In Chrome Dev Tools, setting z-index: 1.1 and then pressing SHIFT+UP moves the value to 11.1. I don't believe the dev tools ever correct for step mismatches or guard against out of range errors. I don't think that's the result we want though, since we should end up on a valid value.
Received on Wednesday, 30 January 2013 19:30:47 UTC