On Wed, 21 Mar 2007 13:03:13 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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/>

Reply via email to