[Webkit-unassigned] [Bug 17760] <img> treats empty src as no image at all

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 11 07:46:01 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17760


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19657|review?                     |review-
               Flag|                            |




------- Comment #4 from darin at apple.com  2008-03-11 07:46 PDT -------
(From update of attachment 19657)
This patch treats src="" the same as no src attribute at all. And the test case
doesn't check for that. I think this is wrong.

To distinguish the case with no attribute at all, you should check the src
value for attr.isNull().


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list