- From: <bugzilla@jessica.w3.org>
- Date: Mon, 24 Mar 2014 20:24:34 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25005
--- Comment #8 from Brendan Long <self@brendanlong.com> ---
(In reply to Silvia Pfeiffer from comment #7)
> (In reply to Bob Lund from comment #6)
> >
> > Yes. What about endTime = startTime + 250msec? It really doesn't matter what
> > the endTime is. The application only needs to know the startTime.
>
> Sure, that works.
What happens if JavaScript ties up execution for 250+ ms though? Wouldn't we
have the same problem, where the cue gets missed?
Could we fix this problem at the source by adding a list of changed cues to the
cuechange event?
interface CueChangeEvent : Event {
attribute TextTrackCue[] cues;
}
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 24 March 2014 20:24:36 UTC