[Webkit-unassigned] [Bug 59074] Allow Opting Out of Number Input Localization

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 04:26:33 PDT 2011


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





--- Comment #4 from Kent Tamura <tkent at chromium.org>  2011-04-21 04:26:33 PST ---
Credit card numbers and SSN are not suitable for type=number at all.  They are structured strings consisted of digits, and should be represented by <input type=text pattern=...>.  The number type is designed for IEEE754 floating point numbers.

Multiple developers and users asked me to support localized numbers.  They said using '.' for decimal separator was not acceptable in their locales.

Opt-out should be provided for page authors and/or UA users.  e.g. adding an HTML attribute, adding a CSS property, or adding a visible switch to enable/disable localization beside the text field.

-- 
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