- From: Dao Gottwald <dao@design-noir.de>
- Date: Sun, 08 Apr 2007 16:52:01 +0200
- To: Maciej Stachowiak <mjs@apple.com>
- CC: public-html@w3.org
Maciej Stachowiak wrote:
> The Image object is actually the same as an <img> element. It's just
> not in the document initially.
Funny enough, Konqueror has (or had at least) some highly annoying
inconsistencies with |new Image| and |document.createElement("img")|.
That is, the former couldn't be inserted into the document and the
latter didn't dispatch the "load" event. I'd bet that Safari inherited
that flaw, although it's probably fixed now.
--Dao
Received on Sunday, 8 April 2007 14:52:19 UTC