Bug 107172 - WebSpeech Implement language selection/voice selection fallback
Summary: WebSpeech Implement language selection/voice selection fallback
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: chris fleizach
URL:
Keywords:
Depends on:
Blocks: 106742
  Show dependency treegraph
 
Reported: 2013-01-17 13:41 PST by chris fleizach
Modified: 2013-02-10 23:28 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.