- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 02 Apr 2009 21:51:13 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6759
Summary: event queueing rules for <img> are nonsensical
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Spec bugs
AssignedTo: dave.null@w3.org
ReportedBy: ian@hixie.ch
QAContact: public-html-bugzilla@w3.org
CC: ian@hixie.ch, mike@w3.org, public-html@w3.org
The following sentence is grammatically bogus:
The task that is queued by the networking task source once the resource has
been fetched, must, if the download was successful and the image is available,
queue a task to fire a load event on the img element (this happens after
complete starts returning true); and otherwise, if the fetching process fails
without a response from the remote server, or completes but the image is not a
valid or supported image, queue a task to fire an error event on the img
element.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Thursday, 2 April 2009 21:51:42 UTC