Closed
Bug 267966
Opened 21 years ago
Closed 21 years ago
<ul><li> tag creates unusual bullet (example provided)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: webmartians, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html><head><title>Bullet Bug</title><meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1" /></head>
<body><table><tr><td valign="top" width="50%"><strong>Column 1</strong>
<p>OK</p>
<ul><li>Standard Bullet</li>
<li>Standard Bullet</li></ul></td>
<td valign="top" width="50%"><strong>Column 2</strong>
<p>The Bug is Here!</p>
<ul><li>DOUBLE BULLET!<li>
<li>Standard Bullet</li></ul></td></tr></table></body></html>
Reproducible: Always
Steps to Reproduce:
1. Save the Details text as "bug.htm"
2. Launch FireFox against bug.htm
3.
Actual Results:
Column 1 Column 2
OK The Bug is Here!
* Standard Bullet ++ DOUBLE BULLET!
* Standard Bullet * Standard Bullet
I have a screen shot. Give me a shout at bdegraaf@juniper.net if you want it.
Comment 1•21 years ago
|
||
You didn't close a <li> properly in the second case:
<ul><li>DOUBLE BULLET!<li>
Updated•21 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•