[webkit-reviews] review requested: [Bug 13603] style leaks in washingtonpost.com : [Attachment 14541] Handle closing of residual style across multiple blocks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 13 15:57:12 PDT 2007


mitz at webkit.org has asked  for review:
Bug 13603: style leaks in washingtonpost.com
http://bugs.webkit.org/show_bug.cgi?id=13603

Attachment 14541: Handle closing of residual style across multiple blocks
http://bugs.webkit.org/attachment.cgi?id=14541&action=edit

------- Additional Comments from mitz at webkit.org
Code changes are the same as in attachment 14539. No test regressions.

Includes a change log and a test. The expected results in the test are
identical to the results produced by html5lib-0.9. They differ from the results
given by Firefox in some cases, mostly because Firefox does not insert an empty
inline between two consecutive block tags, e.g. <i><div><pre>foo</i> turns into
<i></i><div><pre><i>foo</i> in Firefox, but html5lib and this patch parse it as
<i></i><div><i></i><pre><i>foo</i>.



More information about the webkit-reviews mailing list