Re: TextTrackCue discussions

On 09/06/2013 08:29 PM, Glenn Adams wrote:
> interface TTMLCue {
>   DocumentFragment getCueAsTTML(); // obtain TTML intermediate
> synchronic document (ISD)
>   DocumentFragment getCueAsHTML(); // obtain HTML rendering of TTML ISD
> }
>
> where the first of these allows access to the TTML ISD source (as an
> XML node tree), and the second allows access to the mapped HTML
> rendering of this source.
>
> If there is a inherited text attribute, it will return null on get and
> raise exception on put.
It sounds like you're just renaming .text to getCueAsTTML(). Why not
just put the TTML intermediate synchronic document in .text?

Received on Saturday, 7 September 2013 17:17:01 UTC