- From: Ralph Giles <giles@mozilla.com>
- Date: Wed, 05 Oct 2011 16:45:13 -0700
On 05/10/11 10:22 AM, Simon Pieters wrote: > I did some research on authoring errors in SRT timestamps to inform > whether WebVTT parsing of timestamps should be changed. This is completely awesome, thanks for doing it. > hours too many '(^|\s|>)\d{3,}[:\.,]\d+[:\.,]\d+' > 834 As Silvia mentioned, the WebVTT spec currently leaves the number of digits in the hour field as implementation defined, so long as it's at least two. I asked previously[1] if we could agree on and specify a limit. Would you mind checking what the histogram of digit numbers is in the hours field? Especially if you can separate cases like > 34500:24:01,000 --> 00:24:03,000 either because the index is missing, or because the the interval is negative (for which the WebVTT spec would reject the entire cue). Cheers, -r [1] http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2011-September/033271.html
Received on Wednesday, 5 October 2011 16:45:13 UTC