- From: Silvia Pfeiffer <silviapfeiffer1@gmail.com>
- Date: Wed, 25 Jul 2012 18:24:26 +1000
- To: Anne van Kesteren <annevk@annevk.nl>
- Cc: Cyril Concolato <cyril.concolato@telecom-paristech.fr>, whatwg@lists.whatwg.org
On Wed, Jul 25, 2012 at 6:00 PM, Anne van Kesteren <annevk@annevk.nl> wrote: > On Wed, Jul 25, 2012 at 4:24 AM, Silvia Pfeiffer > <silviapfeiffer1@gmail.com> wrote: >> You can even use >> getCueAsHTML() to simply hand the SVG to HTML for rendering. > > FWIW, that is not going to work. You need to parse the SVG using > innerHTML or some such. getCueAsHTML() only gives a representation of > a WebVTT tree which cannot contain SVG. Thanks for catching this, you're correct. But you can use cue.text and parse it as a SVG fragment. Silvia.
Received on Wednesday, 25 July 2012 08:25:23 UTC