Closed
Bug 222111
Opened 22 years ago
Closed 22 years ago
the tag <hr> doesn't accept the color parameter
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ooscarr, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
<hr color=red> = <hr>
It appears a white line.
Reproducible: Always
Steps to Reproduce:
<html><body bgcolor=black>
<hr width=100% color="red">
<hr width=100% color=green>
<hr width=100% color=yellow>
<hr width=100% color=blue>
</body></html>
Actual Results:
Only appeared white lines.
Expected Results:
Colored lines.
Comment 1•22 years ago
|
||
This is fixed in newer releases.
Please do not file bugs on builds more than 2 weeks old.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•