[Webkit-unassigned] [Bug 125005] [GTK] HTML5 required attribute validation messages implemented

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 1 17:44:25 PST 2013


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





--- Comment #2 from Kent Tamura <tkent at chromium.org>  2013-12-01 17:42:47 PST ---
(From update of attachment 218044)
View in context: https://bugs.webkit.org/attachment.cgi?id=218044&action=review

The change affects fast/forms/validationMessage.html.


> Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp:753
> +    return String::fromUTF8(_("Value must be greater than or equal to ")) + minimum;

This doesn't look a correct formatting way for l10n strings.  This can't be translated to some languages.
You should use g_strdup_printf() like imageTitle() in LocalizedStringsGtk,cpp, right?

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