RESOLVED FIXED 28142
Line breaks in HTML of floated tag breaks padding-right.
https://bugs.webkit.org/show_bug.cgi?id=28142
Summary Line breaks in HTML of floated tag breaks padding-right.
Elliott Kember
Reported 2009-08-10 05:12:03 PDT
Created attachment 34447 [details] HTML file illustrating CSS rendering bug Steps to reproduce: 1) Open attached file. Actual results: 1) Last element's RHS padding is zero Expected Results: 1) Second element's RHS padding should be 50px, as defined. Additional information: No amount of extra CSS or specificity seems to be able to override the padding-right issue. It is always the last element, when not followed by any more siblings, which has the problem. When followed by another element, the margin-right seems to be less than expected. Build: Safari 4.0.2, WebKit 5530.19
Attachments
HTML file illustrating CSS rendering bug (360 bytes, text/html)
2009-08-10 05:12 PDT, Elliott Kember
no flags
Robert Hogan
Comment 1 2012-10-19 14:02:36 PDT
Looks fine to me with WebKit r131397.
Note You need to log in before you can comment on or make changes to this bug.