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 16884 - <track> Which Document is used, when the cue is not associated with any media element?
Summary: <track> Which Document is used, when the cue is not associated with any media...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-29 09:00 UTC by contributor
Modified: 2012-09-11 23:50 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2012-04-29 09:00:15 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/
Multipage: http://www.whatwg.org/C#dom-texttrackcue-getcueashtml
Complete: http://www.whatwg.org/c#dom-texttrackcue-getcueashtml

Comment:
Which Document is used, when the cue is not associated with any media element?

Posted from: 101.128.184.179
User agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.152 Safari/535.19
Comment 1 contributor 2012-07-18 17:34:20 UTC
This bug was cloned to create bug 18179 as part of operation convergence.
Comment 2 Ian 'Hixie' Hickson 2012-09-11 21:56:00 UTC
I guess this should be /the script's document/?
Comment 3 Ian 'Hixie' Hickson 2012-09-11 23:49:55 UTC
I've just always made it the entry script's document, because at least that's always well-defined.
Comment 4 contributor 2012-09-11 23:50:23 UTC
Checked in as WHATWG revision r7332.
Check-in comment: Use the entry script's document instead of the media element's, since there's not necessarily a media element.
http://html5.org/tools/web-apps-tracker?from=7331&to=7332