[Bug 18589] Unclear behavior when failing to attach to a media element

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18589

--- Comment #3 from Aaron Colwell <acolwell@chromium.org> 2012-09-14 18:32:31 UTC ---
For now I'll just quote the HTML5 spec text but it would be nice if the
following steps in the resource fetch algorithm had short names and id's to
link to.

"If the media data cannot be fetched at all, due to network errors, causing the
user agent to give up trying to fetch the resource" -> fatal-cannot-fetch ?

"If the media data can be fetched but is found by inspection to be in an
unsupported format, or can otherwise not be rendered at all" ->
fatal-unsupported-format ?

"If the connection is interrupted after some media data has been received,
causing the user agent to give up trying to fetch the resource" ->
fatal-network-error ?

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 14 September 2012 18:32:32 UTC