Closed
Bug 122448
Opened 23 years ago
Closed 23 years ago
BODY background and bgcolor attributes not working in XHTML
Categories
(Core :: XML, defect, P1)
Core
XML
Tracking
()
VERIFIED
WORKSFORME
mozilla1.0
People
(Reporter: chrispetersen, Assigned: hjtoi-bugzilla)
Details
(Keywords: regression, xhtml)
Build: 2002-01-29-08
Platform: All
Expected results: Background and bgcolor attributes should work
What I got: Bgcolor and background attributes are ignored.
Steps to reproduce:
1) Open any of these XHTML 1.0 tests and notice bgcolor or background (image)
are not applied:
http://mozilla.org/quality/browser/standards/xhtml/transitional/body_bg_gif.xml
http://mozilla.org/quality/browser/standards/xhtml/transitional/body_bg_jpeg.xml
http://mozilla.org/quality/browser/standards/xhtml/transitional/body_bgcolor_aqua.xml
http://mozilla.org/quality/browser/standards/xhtml/transitional/body_bgcolor_rgb.xml
Reporter | ||
Comment 1•23 years ago
|
||
However, the BODY text attribute does function though...
http://mozilla.org/quality/browser/standards/xhtml/transitional/body_text_red.xml
Keywords: regression
Reporter | ||
Comment 3•23 years ago
|
||
This is working in NS 6.2.1 so I don't believe this is a dup of 76912.
Reporter | ||
Updated•23 years ago
|
Severity: normal → critical
Assignee | ||
Updated•23 years ago
|
Severity: critical → major
![]() |
||
Comment 4•23 years ago
|
||
David, could you BodyFixupRule changes have caused this?
Did the behavior change when bug 116161 was fixed?
![]() |
||
Comment 7•23 years ago
|
||
Looks like that's the most likely culprit, yes. The testcases listed here work
fine in a 2002-01-07-06 nightly build on Linux. The do _not_ work in a
2002-01-08-06 nightly build. I haven't actually pulled by date for that day to
see whether that exact checkout is responsible and the patch in bug 116161 will
not reverse cleanly against a current tree.
Assignee | ||
Updated•23 years ago
|
Assignee | ||
Comment 9•23 years ago
|
||
Scheduling for 1.0, although this is slightly off my area.
Priority: -- → P1
Target Milestone: --- → mozilla1.0
Assignee | ||
Comment 10•23 years ago
|
||
This seems to be working again, marking wfm. Please verify ASAP.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 11•23 years ago
|
||
Interesting.... Works on Mac OS X and Mac Classic builds (2002-03-20-08) and
Windows ME (2002-03-22-03) build.
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 12•23 years ago
|
||
Verified on the Linux March 22 build (2002-03-22-03)
You need to log in
before you can comment on or make changes to this bug.
Description
•