[Webkit-unassigned] [Bug 15975] rcov 0.8 CSS highlighting is broken in Safari 3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 13 19:31:17 PST 2007


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





------- Comment #2 from mrowe at apple.com  2007-11-13 19:31 PDT -------
http://software.hixie.ch/utilities/js/live-dom-viewer/ does a good job of
showing the difference here between Firefox and Safari.  For the following
snippet:

<span><a/>Span One</span>
<span><a/>Span Two</span>

In Safari, the DOM is equivalent to the DOM given by:
<span><a>Span One</a></span>
<a> <span></span></a><a>Span Two </a>

While in Firefox, the DOM is equivalent to that given by:
<span><a>Span One</a></span>
<span><a>Span Two</a></span>


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