W3C home > Mailing lists > Public > public-html@w3.org > September 2013

Re: TextTrackCue discussions

From: Brendan Long <self@brendanlong.com>
Date: Sat, 07 Sep 2013 11:16:57 -0600
Message-ID: <522B5F89.2040600@brendanlong.com>
To: Glenn Adams <glenn@skynav.com>
CC: Silvia Pfeiffer <silviapfeiffer1@gmail.com>, "HTML WG (public-html@w3.org)" <public-html@w3.org>
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

This archive was generated by hypermail 2.4.0 : Saturday, 9 October 2021 18:46:05 UTC