Difference between revisions of "Cue Text, including replacements"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
'''Group 5 members:'''
+
=Group 5 members=
 +
{| border="1"
 +
|-
 +
|class="header"|Name
 +
|class="header"|IRC Nick
 +
|class="header"|Blog
 +
|class="header"|Github Account
 +
|class="header"|Wiki Page
 +
|class="header"|Twitter
 +
|-
 +
|Rick  Eyre
 +
|reyre
 +
|http://epsilon812.wordpress.com
 +
|[https://github.com/RickEyre RickEyre]
 +
|[[User:Errichard]]
 +
|[https://twitter.com/epsilon812 @epsilon812]
 +
|-
 +
|-
 +
| Shayan Zafar Ahmad
 +
|szahmad
 +
|[http://zaf1.wordpress.com Shayan's Blog]
 +
|[https://github.com/ShayanZafar Shayan's GitHub]
 +
|[[User:Szahmad]]
 +
|[http://twitter.com/ShayanZafar ShayanZafar]
 +
|-
 +
|-
 +
| Michael Afidchao
 +
| mdafidchao
 +
|http://kypertrast.net/seneca
 +
|[https://github.com/mafidchao mafidchao]
 +
|[[User:Mdafidchao]]
 +
|None
 +
|-
 +
|-
 +
| Jordan Raffoul
 +
| jbraffoul
 +
|http://jbraffoul.wordpress.com
 +
|[https://github.com/jbraffoul jbraffoul]
 +
|[[User:Jbraffoul]]
 +
|None
 +
|}
  
[[User:mdafidchao]]
+
=Cue Text=
 +
WebVTT chapter title text is syntactically a subset of WebVTT cue text, and WebVTT cue text is syntactically a subset of WebVTT metadata text. Conformance checkers, when validating WebVTT files, may offer to restrict all cues to only having WebVTT chapter title text or WebVTT cue text as their cue payload; WebVTT metadata text cues are only useful for scripted applications (using the metadata text track kind).
  
[[User:szahmad]]
+
A WebVTT file whose cues all have a cue payload that is WebVTT chapter title text is said to be a WebVTT file using chapter title text.
  
[[User:jbraffoul]]
+
A WebVTT file whose cues all have a cue payload that is WebVTT cue text is said to be a WebVTT file using cue text. By definition, any file that is a WebVTT file using chapter title text is also a WebVTT file using cue text.
  
[[User:errichard]]
+
Specifications: http://dev.w3.org/html5/webvtt/#webvtt-metadata-text
  
 
+
=Test List=
 
 
'''Test List:'''
 

Revision as of 22:35, 21 September 2012

Group 5 members

Name IRC Nick Blog Github Account Wiki Page Twitter
Rick Eyre reyre http://epsilon812.wordpress.com RickEyre User:Errichard @epsilon812
Shayan Zafar Ahmad szahmad Shayan's Blog Shayan's GitHub User:Szahmad ShayanZafar
Michael Afidchao mdafidchao http://kypertrast.net/seneca mafidchao User:Mdafidchao None
Jordan Raffoul jbraffoul http://jbraffoul.wordpress.com jbraffoul User:Jbraffoul None

Cue Text

WebVTT chapter title text is syntactically a subset of WebVTT cue text, and WebVTT cue text is syntactically a subset of WebVTT metadata text. Conformance checkers, when validating WebVTT files, may offer to restrict all cues to only having WebVTT chapter title text or WebVTT cue text as their cue payload; WebVTT metadata text cues are only useful for scripted applications (using the metadata text track kind).

A WebVTT file whose cues all have a cue payload that is WebVTT chapter title text is said to be a WebVTT file using chapter title text.

A WebVTT file whose cues all have a cue payload that is WebVTT cue text is said to be a WebVTT file using cue text. By definition, any file that is a WebVTT file using chapter title text is also a WebVTT file using cue text.

Specifications: http://dev.w3.org/html5/webvtt/#webvtt-metadata-text

Test List