[webkit-reviews] review requested: [Bug 37848] WCSS: -wap-input-format and -wap-input-required not supported. : [Attachment 53794] add WCSS -wap-input-format and -wap-input-required support
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 20 04:13:24 PDT 2010
Charles Wei <charles.wei at torchmobile.com.cn> has asked for review:
Bug 37848: WCSS: -wap-input-format and -wap-input-required not supported.
https://bugs.webkit.org/show_bug.cgi?id=37848
Attachment 53794: add WCSS -wap-input-format and -wap-input-required support
https://bugs.webkit.org/attachment.cgi?id=53794&action=review
------- Additional Comments from Charles Wei <charles.wei at torchmobile.com.cn>
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.
More information about the webkit-reviews
mailing list