Closed
Bug 68195
Opened 24 years ago
Closed 23 years ago
Document.bgColor property isn't functioning in XHTML
Categories
(Core :: XML, defect, P3)
Core
XML
Tracking
()
VERIFIED
DUPLICATE
of bug 111514
Future
People
(Reporter: chrispetersen, Assigned: hjtoi-bugzilla)
References
()
Details
(Keywords: xhtml)
Build: 2001020804
Platform: All
Expected results: Modifing document.bgColor property should function.
What I got: This property is not working.
Steps to reproduce:
1) Open test case
2) Clicking on any of the buttons should change the document's background color.
3) Background color is not changed.
| Reporter | ||
Comment 2•24 years ago
|
||
Nominating for nsbeta1. Document properties such as bgcolor should function in
XHTML.
Keywords: nsbeta1
| Assignee | ||
Comment 3•24 years ago
|
||
I disagree, changing document's background color via script isn't a beta
stopper. You can set the backround color with CSS and attributes on the body
element.
This bug has been marked "future" because the original netscape engineer
working on this is over-burdened. If you feel this is an error, that you or
another known resource will be working on this bug,or if it blocks your work
in some way -- please attach your concern to the bug for reconsideration.
Comment 4•24 years ago
|
||
Actually setting the bgcolor in a normal html doesn't seem to work either..
http://gemal.dk/util/bgcolor.html
This doesn't seem like an XML or XHTML bug to me. I doesn't work in normal HTML
documents either. I think it ought to be re-categorized as a DOM0 bug.
And it ought to be fixed. This bug breaks any web site that does cheesy
background color animations (fade to black...)
And, for what its worth, it breaks an example in my book JavaScript:The
Definitive Guide. There are hundreds of thousands of javascripters out there
who may try to run the example with Mozilla!
| Reporter | ||
Comment 6•24 years ago
|
||
This works in a HTML Transitional 4.0 document:
http://mozilla.org/quality/browser/standards/html/script_src.html
| Reporter | ||
Comment 7•24 years ago
|
||
David,
You might try pulling a newer build since it works for me with HTML files (June
28th). This may have accidentally got broken then got fixed. This particular bug
is a XHTML issue only.
| Assignee | ||
Updated•24 years ago
|
Priority: -- → P3
Target Milestone: Future → mozilla0.9.8
| Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.8 → mozilla0.9.9
| Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.9 → Future
Comment 8•23 years ago
|
||
XHTML as xml gets an XML document instead of an HTML one, hence no bgcolor property.
*** This bug has been marked as a duplicate of 111514 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•