Bug 118005
Summary: | x-webkit-speech strings not localized | ||
---|---|---|---|
Product: | WebKit | Reporter: | Neal Fowler <nfowler417> |
Component: | WebKit API | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ahmad.saleem792, ap, bfulgham, cfleizach, ntim |
Priority: | P3 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 |
Neal Fowler
Specifying the lang attribute on an input tag that is endowed with x-webkit-speech causes speech translation into that language, as expected. However, the text that is displayed in the browser is not localized for that language: e.g. "Speak now" and "Speech not recognized". See attachment.
OS: Windows 7 Enterprise, 6.1.7601 SP1
Browser: Chrome, Version 27.0.1453.116 m
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Not sure if this is a WebKit issue at all. Chrome is a separate project.
chris fleizach
Only chrome supports speech input at all i think
Ahmad Saleem
Similar to other - I only found two references about x-webkit-speech:
https://github.com/search?q=repo%3AWebKit%2FWebKit+x-webkit-speech&type=code
https://github.com/WebKit/WebKit/blob/8b8f0c201eb0d1a96590a17ab6b6908f137707c0/Source/WebCore/html/HTMLAttributeNames.in#L448
&
https://github.com/WebKit/WebKit/blob/8b8f0c201eb0d1a96590a17ab6b6908f137707c0/LayoutTests/fast/forms/textfield-clone.html#L8
Can someone help me on how to reproduce this?