[Webkit-unassigned] [Bug 20226] BORDER attribute with the IMG tag, using percentage values not working.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 30 11:57:53 PDT 2008


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





------- Comment #3 from deepak.sherveghar at gmail.com  2008-07-30 11:57 PDT -------
Other Desktop Browser's like IE 7 and firefox 2.0 do display the expected
behaviour (border around the image).

Also I installed FIREBUG (a tool that allows to  inspect, edit and monitor CSS,
HTML and JavaScript live in any web page).

I inspected the HTML code and found that it does seem to remove the % sign.
AS all i can see in the HTML code is
       <IMG SRC="abc.gif" border="10" ALT="Alt Text">

No percent sign.

I Inspected and edited the border's value in terms of pixel and percent e.g
border=10 and border=10%

Both the above values for border (10 and 10%) show border with same thickness
in firefox.


-- 
Configure bugmail: https://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