Closed
Bug 367550
Opened 19 years ago
Closed 19 years ago
li tag fails to go to next line on empty anchor tags.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 221855
People
(Reporter: wilburlo, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
The below HTML should list.
1. 1
2. 2
3. 3
However it lists
1. 1
[2&3]. 3.
The 2 & 3 are written on the same location.
<html>
<body>
<ol>
<li><a>1</a></li>
<li><a></a></li>
<li><a>3</a></li>
</ol>
</body>
</html>
Seams similar to: Bug 353136 – Overlapping text
Reproducible: Always
Steps to Reproduce:
1. Listed in details.
2.
3.
Actual Results:
Same.
Expected Results:
OMG Stop torturing me! It is a simple bug! :)
This happened for the Minefield browser nightly build. I downloaded it from the website at Friday Jan 19th, 2007 15:30 PDT.
I am using the latest release of Firefox.
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•