[Webkit-unassigned] [Bug 42484] <input type=number> should show and accept localized numbers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 27 08:56:02 PST 2011


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2011-01-27 08:56:01 PST ---
> We should accept localized number representations and convert them to an HTML5 number for form submission.

Is that mandated by HTML5? The bug needs to explain where this "should" comes from. <http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#rules-for-parsing-floating-point-number-values> in particular is not localization aware.

> I'm not sure how to use new ICU headers in Mac.  Why we have Source/WebCore/icu/?

ICU is not an officially supported API on Mac OS X, so ICU headers aren't shipped with it. When really needed, we copy an appropriate version of a particular ICU header to our repository. I'm not sure if this is one of those cases, or we should just use CFNumberFormatter API.

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