RESOLVED WONTFIX 17708
float:left on <li> elements is not ignored
https://bugs.webkit.org/show_bug.cgi?id=17708
Summary float:left on <li> elements is not ignored
jasneet
Reported 2008-03-07 12:30:32 PST
I Steps: Go to http://home.dangdang.com II Issue: Notice the left column. It is taking nearly whole of the page. III Conclusion: float:left on <li> elements is not ignored by webkit. IV Other browsers: IE7: ok FF: ok Opera: ok V Nightly tested: 30236
Attachments
screenshot (224.03 KB, image/jpeg)
2008-03-07 12:31 PST, jasneet
no flags
reduction (77 bytes, text/html)
2008-03-07 12:33 PST, jasneet
no flags
jasneet
Comment 1 2008-03-07 12:31:07 PST
Created attachment 19593 [details] screenshot
jasneet
Comment 2 2008-03-07 12:33:17 PST
Created attachment 19594 [details] reduction
Yuzo Fujishima
Comment 3 2010-02-11 20:10:22 PST
Hmm, I'm not sure if this is a bug. I couldn't find any lines in the spec that tells that float must not be applied to <li>: http://www.w3.org/TR/CSS2/visuren.html#floats As for compatibility, I don't see any dominant way of rendering the reduction. The reduction is rendered as follows: WebKit-based: BA IE 8.0: A B FF 3.6: * BA Opera 10.10: A *B I close this as WONTFIX.
Note You need to log in before you can comment on or make changes to this bug.