[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
Mon Jul 18 10:44:40 PDT 2011


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





--- Comment #14 from Tab Atkins <tabatkins at google.com>  2011-07-18 10:44:40 PST ---
(In reply to comment #8)
> Created an attachment (id=92944)
 --> (https://bugs.webkit.org/attachment.cgi?id=92944&action=review) [details]
> Same patch without tabs
> 
> Removed the tabs from the first patch.

I'm not yet a reviewer, so I can't r- the patch, but I'd like to.  While this solves the problem at hand, it would be better to implement the algorithm as the spec specifies, where you simply ignore whitespace and '+' on the front of the number, then grab as many contiguous digits as possible and interpret that as a length.  Special-casing '%' here is incorrect.

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