Closed
Bug 27192
Opened 26 years ago
Closed 26 years ago
Unterminated Anchor (missing </A> tag) should be terminated by subsequent anchor
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: dciemo, Assigned: rickg)
Details
Attachments
(1 file)
|
3.49 KB,
text/html
|
Details |
In Netscape Communicator 4.6 and MSIE 5.0, an accidentally unterminated anchor
entity will be terminated by a subsequent anchor entity.
This is not the case with Mozilla M13.
Simple version of test case.
<a href="anchor 1">anchor 1<!-- missing anchor </a> tag -->
<a href="anchor 2">anchor 2</a>
With Mozilla M13, anchor will actually link to href="anchor 1" which is
in error.
| Reporter | ||
Comment 1•26 years ago
|
||
Comment 2•26 years ago
|
||
*** This bug has been marked as a duplicate of 23780 ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•