Closed Bug 9339 Opened 25 years ago Closed 25 years ago

<LI> tag inside anchor causes following links to be incorrect

Categories

(Core :: DOM: HTML Parser, defect, P3)

x86
Windows 95
defect

Tracking

()

VERIFIED DUPLICATE of bug 7724

People

(Reporter: ken_warkentyne, Assigned: harishd)

Details

I had this problem using the power search page at www.deja.com. After eliminating almost all the HTML
code, it turned out that the problem is due to deja.com putting <LI> tags inside anchor elements.

Here's an example that will cause the browser to think that the second link is actually www.mozilla.org
instead of www.mozillazine.org:

<a href="http://www.mozilla.org/"><li>Link to mozilla.org</a>
<P>
<a href="http://www.mozillazine.org">link to mozillazine.org</a>
Severity: normal → major
Assignee: don → troy
Component: Browser-General → Layout
Assignee: troy → rickg
Component: Layout → Parser
Don, it even says "parser" right in the bug...
Assignee: rickg → harishd
Assigning but to myself.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 7724 ***
Status: RESOLVED → VERIFIED
Marking Verified as a dup.
You need to log in before you can comment on or make changes to this bug.