[Webkit-unassigned] [Bug 45730] API to support localized numbers for <input type=number>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 13 22:46:48 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45730
--- Comment #5 from Kent Tamura <tkent at chromium.org> 2010-09-13 22:46:48 PST ---
(In reply to comment #4)
> +// Returns true if the input character can be used to represent a
> +// localized number. For example, this should return true for 0-9 . , +
> +// - for en-US locale.
> +bool isLocalizedNumberCharacter(UChar32);
>
> Should this depend on browser locale, or on page language?
It should be the same as other functions in this file. So, it's browser locale.
I'll update the comment.
--
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