Changes between Initial Version and Version 1 of Ticket #1421


Ignore:
Timestamp:
08/23/11 11:52:28 (21 months ago)
Author:
jeroen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1421 – Description

    initial v1  
    77 * playlist support (one/more captions per playlist entry) 
    88 
    9 Omitting support for DFXP means the more complicated styling rules of this format can also be cicrumvented. Plus, the upcoming <track> tag and WebVTT format will have other options and mechanisms for styling. 
     9Omitting support for DFXP means the XML parsing and more complicated styling rules of this format can be circumvented.  
     10 
     11DFXP also bites with WebVTT, the upcoming HTML5 caption standard. Since WebVTT isn't finalized yet, it will also not go into this release. It's ticketed separately in #1422 
     12 
     13Likewise, the <track> tag isn't supported by browsers yet. Parsing those to populate the plugin (like we parse <source> tags) is also for later.