RESOLVED FIXED Bug 85143
Update cue event dispatching for zero and negative duration cues
https://bugs.webkit.org/show_bug.cgi?id=85143
Summary Update cue event dispatching for zero and negative duration cues
Victor Carbune
Reported 2012-04-28 14:11:13 PDT
For negative-length duration cues (which are always missed cues) update the implementation such that the 'exit' event is associated with the start time. "10. For each text track cue [...] in missed cues, prepare an event named exit for the TextTrackCue object with the later of the text track cue end time and the text track cue start time." For zero-length duration cues ensure both 'enter' and 'exit' events are dispatched and in order. "12. Finally, sort tasks in events that have the same time and same text track cue order by placing tasks that fire enter events before those that fire exit events." http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-track-element
Attachments
Updated implementation (11.00 KB, patch)
2012-05-29 02:03 PDT, Victor Carbune
no flags
Victor Carbune
Comment 1 2012-05-29 02:03:15 PDT
Created attachment 144481 [details] Updated implementation
Eric Carlson
Comment 2 2012-05-29 10:26:02 PDT
Comment on attachment 144481 [details] Updated implementation I appreciate the changes to the test results, they are actually readable now. Thanks!
WebKit Review Bot
Comment 3 2012-05-29 10:56:08 PDT
Comment on attachment 144481 [details] Updated implementation Clearing flags on attachment: 144481 Committed r118806: <http://trac.webkit.org/changeset/118806>
WebKit Review Bot
Comment 4 2012-05-29 10:56:12 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.