[Bug 15982] WebVTT: Signature and LF

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15982

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ian@hixie.ch
         Resolution|                            |WORKSFORME

--- Comment #1 from Ian 'Hixie' Hickson <ian@hixie.ch> 2012-04-25 22:42:46 UTC ---
This seems like it was fixed to me. Parser step 5 collects "WEBVTT foo" into
/line/. Step 9 aborts, but doesn't reject it, it explicitly says it was
successfully processed. There'd be no point continuing with the algorithm,
since there's no more data — step 10 would walk off the end of the string, step
11 would find no characters, and step 12 would skip to the end, which says
basically the same as step 9.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Wednesday, 25 April 2012 22:42:49 UTC