This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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.
(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.'
Sounds good to me.
Changes committed. http://dvcs.w3.org/hg/html-media/rev/340786fcae83