- From: Anne van Kesteren <annevk@opera.com>
- Date: Wed, 21 Mar 2007 18:52:15 +0100
On Wed, 21 Mar 2007 13:03:13 +0100, chris at bodar.com <chris at bodar.com> wrote: > 1) Input filtering (i.e. allow only numbers to be typed) > suggested implementation (like pattern takes a regexp but behaves as if > inside: ^ > [ ]$ > <input type="text" filter="\d"> See the inputmode="" attribute in the current draft. > 2) Auto tabbing > for a 4 digit code: > <input type="text" filter="\d" autotab="4"/> This can be easily achieved with a simple script but I wonder if it's desirable. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>
Received on Wednesday, 21 March 2007 10:52:15 UTC