Bug 107172

Summary: WebSpeech Implement language selection/voice selection fallback
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 106742    

Description chris fleizach 2013-01-17 13:41:14 PST
Here's what the spec says

https://dvcs.w3.org/hg/speech-api/raw-file/9a0075d25326/speechapi.html#tts-section
lang attribute
This attribute specifies the language of the speech synthesis for the utterance, using a valid BCP 47 language tag. [BCP47] If unset it remains unset for getting in script, but will default to use the lang of the html document root element and associated hierachy. This default value is computed and used when the input request opens a connection to the recognition service.
Comment 1 chris fleizach 2013-02-10 23:28:15 PST
I believe this was taken care of with
http://trac.webkit.org/changeset/142433 at least for the Mac.