Difference between revisions of "Cue Times"

From CDOT Wiki
Jump to: navigation, search
(Adding my table of tests to wiki)
(Removed irrelevant information)
Line 5: Line 5:
  
 
== Test Ideas ==
 
== Test Ideas ==
* Bare minimum
 
 
* Testing time chronology
 
* Testing time chronology
 
* Syntax
 
* Syntax
 
== Organization of MetaData ==
 
* Keep metadata in separate files
 
* keep them in the same file (all characters following "WEBVTT " are ignored, note the space)
 
* Use an HTML table (preferred)
 
  
 
== Work ==
 
== Work ==

Revision as of 16:30, 24 September 2012

Group Members

  • Vince Lee
  • Thevakaran Virutthasalam
  • Dale Karp

Test Ideas

  • Testing time chronology
  • Syntax

Work

Dale

URL to git repo with tests: https://github.com/daliuss/webvtt/tree/cueTimeTests/test/spec

Filename Description Should Pass / Fail? Reasoning Creation Note Comments
cuetime_bareminimum.vtt Bare minimum file that passes (no cue content) Pass Conforms to spec ST2
cuetime_bareminimum_content.vtt Bare minimum file that passes (cue content) Pass Conforms to spec ST2