[Webkit-unassigned] [Bug 110479] [Meta] Implement support for TTML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 21 10:20:09 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=110479





--- Comment #2 from Glenn Adams <glenn at skynav.com>  2013-02-21 10:22:32 PST ---
(In reply to comment #1)
> If anyone plans to work on this, don't forget to follow this process: <http://www.webkit.org/coding/adding-features.html>.

Certainly. Also, I would expect any code to be bracketed with

#if ENABLE(VIDEO_TRACK) && ENABLE(TTML)
#endif

> I am not sure that the WebKit community will be interested in having an implementation of TTML, particularly given the dependency on the XSL-FO formatting model.

(1) the use of XSL-FO in the TTML spec is only for explanatory purposes, namely, describing formatting semantics, and not used for implementation purposes; the same semantics can be restated in terms of CSS as well; so that is not really a substantive objection;

(2) IE10 implements support for a subset of TTML;

(3) the FCC rules could translate to mandatory support in a variety of deployment contexts, e.g., HTML5 UAs embedded in television devices available at retail that are already subject to a variety of FCC rules;

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list