[webvtt] Pull Request: Support all of HTML's character references

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

== Support all of HTML's character references ==
This hooks in to HTML's 'consume a character reference' for parsing,
and 'character references' for the syntax. All forms of charrefs
that HTML supports are supported, including missing semicolon.
(But missing semicolon is not valid, nor is a lone ampersand.)

Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=23867.
Ref. #198.

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

Received on Thursday, 12 November 2015 15:14:35 UTC