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 18588 - Where in the resource fetch algorithm does "Attaching to a media element" apply?
Summary: Where in the resource fetch algorithm does "Attaching to a media element" apply?
Status: VERIFIED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Media Source Extensions (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Aaron Colwell (c)
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-16 12:16 UTC by Philip Jägenstedt
Modified: 2012-08-23 08:45 UTC (History)
3 users (show)

See Also:


Attachments

Description Philip Jägenstedt 2012-08-16 12:16:54 UTC
http://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#mediasource-attach

"The following steps are run when a media element attempts the resource fetch algorithm with a MediaSource object URL"

It's not clear at which point in the resource fetch algorithm these steps are run. AFAICT, before step 4 (Perform a potentially CORS-enabled fetch) is the only place that really makes sense.
Comment 1 Aaron Colwell (c) 2012-08-17 22:09:05 UTC
(In reply to comment #0)
> http://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#mediasource-attach
> 
> "The following steps are run when a media element attempts the resource fetch
> algorithm with a MediaSource object URL"
> 
> It's not clear at which point in the resource fetch algorithm these steps are
> run. AFAICT, before step 4 (Perform a potentially CORS-enabled fetch) is the
> only place that really makes sense.

You are correct.

How about:

'If the resource fetch algorithm absolute URL matches the MediaSource object URL, run the following steps right before the "Perform a potentially CORS-enabled fetch" step in the resource fetch algorithm.'
Comment 2 Philip Jägenstedt 2012-08-20 09:00:16 UTC
Sounds good to me.
Comment 3 Aaron Colwell (c) 2012-08-22 23:41:33 UTC
Changes committed.
http://dvcs.w3.org/hg/html-media/rev/340786fcae83