[webvtt] [IR] parsing: region lines (#467)

gkatsev has just created a new issue for https://github.com/w3c/webvtt:

== [IR] parsing: region lines ==
The [region lines](https://github.com/web-platform-tests/wpt/blob/master/webvtt/parsing/file-parsing/tests/regions-lines.html) text parsing test is failing.
Some of the assertions pass but some fail due to the usage of very large number values. Safari is clamping the value to the max integer value while Firefox returns a 0. The spec just says to interpret the value as an integer but provides no guidance on it. This potentially means there's no way to test these edge cases. Though, may not be necessary.
Firefox's strict parser and Safari's non-standard implementations prevent the test from passing.

Please view or discuss this issue at https://github.com/w3c/webvtt/issues/467 using your GitHub account

Received on Wednesday, 3 July 2019 18:50:58 UTC