[Webkit-unassigned] [Bug 70274] New: WebVTT parser should not allow timestamps that have no spaces

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 17 15:14:16 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=70274

           Summary: WebVTT parser should not allow timestamps that have no
                    spaces
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: annacc at chromium.org
                CC: eric.carlson at apple.com, silviapfeiffer1 at gmail.com


Timestamps like this should not be allowed:

00:04:01.000-->00:03:00.500

They should instead be required to have at least one whitespace character between the startTime/endTime and the arrow:

00:04:01.000 --> 00:03:00.500

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list