NEW11008
Localization of default form control strings should follow the lang attribute
https://bugs.webkit.org/show_bug.cgi?id=11008
Summary Localization of default form control strings should follow the lang attribute
mitz
Reported 2006-09-24 07:58:15 PDT
The default strings used for <input type="submit">, <input type="reset">, the <isindex> prompt and the file upload control (button and placeholder) are currently localized strings that follow the localization of the Safari UI, regardless of the language of the page. Instead, they should be localized using the control's lang attribute (or the inherited language code, see http://www.w3.org/TR/html401/struct/dirlang.html#h-8.1.2 ), with the UI localization as a fallback.
Attachments
Alexey Proskuryakov
Comment 1 2006-09-25 06:37:27 PDT
Personally, I would prefer to see the titles of these controls in a language that I understand, even if I don't understand the language of the page itself. But what do other browsers do?
Note You need to log in before you can comment on or make changes to this bug.