[Webkit-unassigned] [Bug 58043] Unify the way we generate HTML for an image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 7 11:33:22 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58043





--- Comment #5 from Benjamin Poulain <benjamin at webkit.org>  2011-04-07 11:33:22 PST ---
(In reply to comment #3)
> Also, does this code path get used for things that are not <img> elements?

As far as I can see, this is only used if the RenderObject::isImage() returns true.

Which, after some digging, can actually be used for HTMLPlugInImageElement and WMLImageElement and input[type=image].

I just noticed dragging input[type=image] fails with WebKit because of the conversion input->img.

I'll r- my patch. That should be tested.

-- 
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