[Webkit-unassigned] [Bug 68308] <video> element not firing onerror events
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 11 04:19:00 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=68308
Arun Patole <bmf834 at motorola.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bmf834 at motorola.com
--- Comment #1 from Arun Patole <bmf834 at motorola.com> 2011-10-11 04:19:00 PST ---
This doesn't look to be a bug. Error event on "video" is emitted only for source mentioned in "video" elements "src" attribute and not for the source mentioned in "source" elements "src" attribute. For error on "source" elements "src" attribute, Error event is emitted on that particular "source" element.
spec:
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#concept-media-load-algorithm
In the example mentioned in this bug(url), if you try adding src="http://media.w3.org/2010/05/sintel/trailer-notfound.mp4" in <video>, you will get errors on video element.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list