I'm reading through event handling on attributes which load media as I
contemplate some changes for Link elements, and I came across a curiosity.
 The HTMLImageElement dutifully registers any onabort handler specified in
the element, but I can't find any code path that would actually launch one.
 Certainly the ImageLoader can only send onbeforeload, onload, onerror.

There also don't seem to be any LayoutTests with onabort set for an IMG.

Am I missing a path, or is this now redundant?

- Gavin
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to