Accessibility/TimedText: Difference between revisions

Undo revision 213962 by Tinkerbell's Tits (Talk)
(more details)
(Undo revision 213962 by Tinkerbell's Tits (Talk))
 
(5 intermediate revisions by 2 users not shown)
Line 10: Line 10:


=== DFXP ===
=== DFXP ===
* head - body - separated document
* div, p and span elements to structure content; they all have begin, end and duration attributes;
* a "region" element defines the area into which the text is to be rendered; multiple regions can be displayed at the same time and they can spatially overlap
* a "style" element defines a style for a region
* the region is then referred to from an div, p, or span element to define where and how to render the text
* a "layout" element groups metadata and regions
* had dynamic text display through dynamic flow style
* SMIL 2.1 based "set" element to control the animation of some other element
* SMIL 2.1 based "timeContainer" specification to specify local sequential or parallel child elements
* metadata specification possible in Dublin Core style
Example document: http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#region-mapping-example-1-s


=== 3GPP TimedText ===
=== 3GPP TimedText ===