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 21170 - Remove stream aborted step from Stream append loop (3.5.4)
Summary: Remove stream aborted step from Stream append loop (3.5.4)
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Media Source Extensions (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Aaron Colwell (c)
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-02 00:16 UTC by Adrian Bateman [MSFT]
Modified: 2013-03-05 17:27 UTC (History)
3 users (show)

See Also:


Attachments

Description Adrian Bateman [MSFT] 2013-03-02 00:16:55 UTC
https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#sourcebuffer-stream-append-loop

Step 3 of the algorithm says "If stream has been aborted, then run the append error algorithm and abort this algorithm."

There is no "aborted" status of a stream. If the source of the stream is aborted (e.g. XHR abort()) then a read error will occur in step 7.
Comment 1 Aaron Colwell (c) 2013-03-05 17:27:12 UTC
Changes committed.
https://dvcs.w3.org/hg/html-media/rev/dcd406812201