Closed
Bug 257726
Opened 21 years ago
Closed 21 years ago
unmatched anchor tag will cause succeeding anchor tags in a list item to generate a line feed
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 100930
People
(Reporter: jbperez808, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040614 Firefox/0.9
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040614 Firefox/0.9
<html>
<body>
<a name="a" /> <!-- closed XML style -->
<ul>
<li>This phrase is not aligned
<a href="foobar">with this</a>
one
</li>
</ul>
<a name="b"></a> <!-- closed HTML style -->
<ul>
<li>This phrase is aligned
<a href="barbaz">with this</a>
one
</li>
</ul>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
Output of above HTML in mozilla browser shows the problem.
Expected Results:
There should be no line feed in both cases
Comment 1•21 years ago
|
||
This is already filed (though the "closed XML style" case is simply not closed,
hence invalid HTML; the filed bug is to handle the invalid HTML slightly more
like IE).
Whiteboard: DUPEME
Comment 2•21 years ago
|
||
*** This bug has been marked as a duplicate of 100930 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•