DescriptionHandle empty lines in the 'TimingsAndSettings' state in the WebVTTParser
As per the WebVTT parsing specification, step 27 ("If line is the empty
string, then discard cue and jump to the step labeled cue loop."), the
cue should be discarded and the cue loop restarted if an "identifier"
line is followed by an empty line. Transitioning to the 'BadCue' state
will lose the transition, so we need to transition explicitly from the
'TimingsAndSettings' state (to the 'Id' state.)
BUG=314056
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161184
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|