Closed
Bug 187176
Opened 23 years ago
Closed 23 years ago
This page and others have bulleted lists that do not display correctly in Mozilla.
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: kgburton, Assigned: asa)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
<ul>
<li TYPE="1"><font>ICD-9-CM Basics</font>
The html generates properly formatted bulleted lists in all tested versions of
IE and Netscape (not including 7x) and Opera. In Mozilla, the bullets do not
appear. If I remove the TYPE="1" switch, bullets appear.
Reproducible: Always
Steps to Reproduce:
1. Open the page http://www.3mlearning.com/learnmod/ii01/Inp1-1_3.htm
2. The bullets do not appear in Mozilla
3.
Expected Results:
1. Should have displayed a bulleted list in the black box.
Comment 1•23 years ago
|
||
Sorry, what is wrong? Moziila doing fine, type 1 is not bullets, it is an arabic
numbers 1, 2, 3, ... (see
http://www.w3.org/TR/REC-html40/struct/lists.html#type-values). So it is stamp
1, 2, 3, 4 before <font> tag in black color (and uin black box) -- you simplu
does not see it. If you want to use bullets, does not put type="1".
Summary: This page and others have bulleted lists that do not display correctly in Mozilla. → This page and others have bulleted lists that do not display correctly in Mozilla.
Comment 2•23 years ago
|
||
The type="1" has nothing to do with this. The problem is that the markup looks
like this, essentially:
<ul style="background:black; color:black">
<li><font color="white"> text </font></li>
</ul>
Since the bullet is _not_ inside the <font>, it is painted black on black.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•