This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 10936 - Missing word in "a timed track cue is considered to of a timed track only"
Summary: Missing word in "a timed track cue is considered to of a timed track only"
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-01 02:04 UTC by contributor
Modified: 2010-10-05 22:26 UTC (History)
5 users (show)

See Also:


Attachments

Description contributor 2010-10-01 02:04:43 UTC
Section: http://www.whatwg.org/specs/web-apps/current-work/#media-playback

Comment:
Missing word in "a timed track cue is considered to of a timed track only"

Posted from: 66.9.167.110
Comment 1 Philip Jägenstedt 2010-10-01 02:08:00 UTC
From "For the purposes of the algorithm above, a timed track cue is considered to of a timed track only if it is listed in the timed track list of cues, not merely if it is associated with the timed track."

Apart from the missing word, I don't understand what this is saying. Is it related to not considering the cues of disabled tracks?
Comment 2 Ian 'Hixie' Hickson 2010-10-05 22:26:25 UTC
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: Accepted
Change Description: see diff given below
Rationale: Concurred with reporter's comments.

It's saying exactly what it says. :-) Some cues are not in the "timed track list of cues" but are still associated with a timed track, for example a timed track cue that you've created using the constructor, added to a timed track, and then removed from that timed track. This is so that the cue's .track attribute doesn't change value after you've added it to a track. I suppose we don't really need to do that; if you would like me to remove that then file a new bug and I'll extricate that concept from the spec (including removing this bug's paragraph entirely).
Comment 3 contributor 2010-10-05 22:26:35 UTC
Checked in as WHATWG revision r5584.
Check-in comment: typo
http://html5.org/tools/web-apps-tracker?from=5583&to=5584