[Webkit-unassigned] [Bug 19282] DOM views shows multiple/duplicate <a name> anchors injected into doc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 27 20:27:38 PDT 2008


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


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from aroben at apple.com  2008-05-27 20:27 PDT -------
This looks to be a bug in the page itself. As you say, it is being served as
text/html, and so is being interpreted as HTML. WebKit doesn't honor
self-closing tags in HTML content, so the <a> stays open and is cloned across
the </h4>.

If you reload the page with the Inspector open, you will see lots of errors
added to the Inspector's Console about this issue. Validator.nu also reports
this problem.

I'm going to mark this bug INVALID since WebKit seems to be doing its job
correctly. Please reopen if you think WebKit is at fault here.


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