[webvtt] Pull Request: Fix #252: Actually parse charrefs in annotation

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

== Fix #252: Actually parse charrefs in annotation ==
The syntax allowed charrefs in annotations, but the tokenizer didn't.

Rename "HTML character reference state" to "HTML character reference
in data state" and add a new "HTML character reference in annotation
state". Switch into the new state when seeing "&" in the "WebVTT
start tag annotation state".

#252

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

Received on Monday, 16 November 2015 15:49:45 UTC