[webvtt] Pull Request: Use HTML's rules for parsing floating-point number values

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

== Use HTML's rules for parsing floating-point number values ==
This makes line:-0 parse into +0 and ignores the setting if is
too big to represent as a finite number in IEEE 754.

Fixes #338.

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

Received on Friday, 3 March 2017 14:10:33 UTC