Closed
Bug 265924
Opened 21 years ago
Closed 21 years ago
Horizontal Rule ignores CSS
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 190655
People
(Reporter: choinet, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
The <hr /> tag does not take into account the style attribute. Thus, its color
cannot be changed without reverting to the HTML 4.01 Transitional color attribute.
Reproducible: Always
Steps to Reproduce:
1. <hr style="color: #FFFF00;" />
2. View page in browser.
3.
Actual Results:
Firefox displays a gray horizontal rule.
Expected Results:
Should have displayed a yellow horizontal rule.
Default theme.
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 190655 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
The HR color styling issue is definitly not a duplicate of bug 190655 (read this
exactly please).
You need to log in
before you can comment on or make changes to this bug.
Description
•