[Webkit-unassigned] [Bug 15136] Incorrect error handling in Safari 3 results broken layout on http://skapiec.pl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 3 10:50:57 PDT 2007


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


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Page Loading                |HTML DOM




------- Comment #2 from ddkilzer at webkit.org  2007-09-03 10:50 PDT -------
Looks like an HTML parsing issue.  Look at the source in Hixie's Live DOM
Viewer:

http://software.hixie.ch/utilities/js/live-dom-viewer/

In Firefox 2.0.0.6, the open <h3> tag is closed before the <div> tag.

In Safari (both ToT WebKit and Safari 2.0.4 with original WebKit), the <div>
tag is a child of the <h3> tag.


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