- From: James Craig <jcraig@apple.com>
- Date: Tue, 04 Dec 2012 18:25:35 -0800
- To: Jason White <jason@jasonjgw.net>
- Cc: public-indie-ui@w3.org
I'm getting a little carried away here, but I just want to get these other ideas out (and associated with the issue) while the thread is fresh. I was originally thinking simple key/value pairs were best to keep it simple, but we may want to just bite the bullet and do explicit methods. addPronunciation(required key, required value, optional phoneticAlphabet); // e.g. pronounce it like this other word. window.tts.addPronunciation('✘', 'False'); window.tts.addPronunciation('Knowbility', 'nobility'); // or use a particular phonetic alphabet window.tts.addPronunciation('too', 'tu:', 'ipa'); // international phonetic alphabet
Received on Wednesday, 5 December 2012 02:26:06 UTC