Cue Times

From CDOT Wiki
Revision as of 13:11, 24 September 2012 by Dkarp (talk | contribs) (Adding my table of tests to wiki)
Jump to: navigation, search

Group Members

  • Vince Lee
  • Thevakaran Virutthasalam
  • Dale Karp

Test Ideas

  • Bare minimum
  • Testing time chronology
  • 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

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