[webvtt] Pull Request: Fix #222: Revamp the parser

zcorpan has just submitted a new pull request for 
https://github.com/w3c/webvtt:

== Fix #222: Revamp the parser ==
Introduce a new "consume a WebVTT block" concept that is used
for parsing the header, cues, and discarding of bad cues.

This should be strictly editorial except that it also fixes #224.
It should be easier to add new block types like STYLE, and hopefully
easier to implement without having the algorithm use GOTO everywhere.

See https://github.com/w3c/webvtt/pull/246

Received on Friday, 6 November 2015 14:54:26 UTC