Bug 115119

Summary: WEB SPEECH: language support does not work as expected
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch ap: review+, buildbot: commit-queue-

Description chris fleizach 2013-04-24 11:13:03 PDT
Web Speech API languge support does not work as expected.

* STEPS TO REPRODUCE
var u = new SpeechSynthesisUtterance();
u.text = 'Hola. ¿Que tal?';
u.lang = 'es-MX';
u.onend = function(event) { alert('Finished in ' + event.elapsedTime + ' seconds.'); }
speechSynthesis.speak(u);

* RESULTS
Spoken (and mispronounced) with Alex voice 

Expected "Javier compact" or another Spanish voice.
Comment 1 chris fleizach 2013-04-24 11:18:41 PDT
Created attachment 199504 [details]
patch
Comment 2 Build Bot 2013-04-24 11:49:15 PDT
Comment on attachment 199504 [details]
patch

Attachment 199504 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/166715
Comment 3 Build Bot 2013-04-24 12:04:19 PDT
Comment on attachment 199504 [details]
patch

Attachment 199504 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/71465
Comment 4 chris fleizach 2013-04-24 12:38:32 PDT
This will fail until I get the WK system interface part in
Comment 5 chris fleizach 2013-04-25 17:27:17 PDT
http://trac.webkit.org/changeset/149156