[Bug 24161] <track> short duration cues fail to reach the application

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

Silvia Pfeiffer <silviapfeiffer1@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |silviapfeiffer1@gmail.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from Silvia Pfeiffer <silviapfeiffer1@gmail.com> ---
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:

   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected

Rationale:

In my reading of the "time marches on" algorithm [1], all cues, including short
cues that are missed by the time steps, will fire a cue enter and exit event.
Part of firing that event includes a step called "Add track to affected
tracks." and later on "For each text track in affected tracks, in the list
order, queue a task to fire a simple event named cuechange at the TextTrack
object, and, if the text track has a corresponding track element, to then fire
a simple event named cuechange at the track element as well."

Thus, when enter and exit events are raised, cuechange events are raised, too.
So, I think your reading is incorrect, or has since been updated to address
this issue. If implementations don't follow this spec, you will need to
register bugs there. Please re-open if you think I have overlooked a case.

[1] http://www.w3.org/TR/html5/embedded-content-0.html#time-marches-on

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 20 January 2014 23:28:00 UTC