[Webkit-unassigned] [Bug 13603] style leaks in washingtonpost.com

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


http://bugs.webkit.org/show_bug.cgi?id=13603


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14539|0                           |1
        is obsolete|                            |
  Attachment #14541|                            |review?
               Flag|                            |




------- Comment #12 from mitz at webkit.org  2007-05-13 15:57 PDT -------
Created an attachment (id=14541)
 --> (http://bugs.webkit.org/attachment.cgi?id=14541&action=view)
Handle closing of residual style across multiple blocks

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


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