[Webkit-unassigned] [Bug 37848] WCSS: -wap-input-format and -wap-input-required not supported.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 04:13:25 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37848


Charles Wei <charles.wei at torchmobile.com.cn> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53794|                            |review?
               Flag|                            |




--- Comment #1 from Charles Wei <charles.wei at torchmobile.com.cn>  2010-04-20 04:13:25 PST ---
Created an attachment (id=53794)
 --> (https://bugs.webkit.org/attachment.cgi?id=53794)
add WCSS -wap-input-format and -wap-input-required support

This patch adds -wap-input-format and -wap-input-required support to WebKit.

WebKit already has partial WCSS support,  but lack the support for
-wap-input-format and -wap-input-required.

-wap-input-format  defines a mask of value space an input can take, like "*N"
indicates only numbers will be accepted.

-wap-input-required specifies if an input control is requied.  if true,  the
form can't be submitted without having a valid value for the input control.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list