Closed
Bug 4892
Opened 26 years ago
Closed 26 years ago
background attribute of table element not supported, but NOVA does
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: cmaximus, Assigned: karnaze)
References
()
Details
Using background=" " in a <table> declaration is not supported by Gecko. The DTD backs this up and recommends use of CSS
instead. Nova however, supports this extension perfectly.
e.g. <table border="0" bgcolor="#FEFEFE" background="http://yaddayadda.com/images/pic.gif"> or some such. See testcase
above. This example was enocuntered at www.t-online.com or www.t-online.de
Reporter | ||
Updated•26 years ago
|
QA Contact: 3847 → 4130
Reporter | ||
Updated•26 years ago
|
Given that this is not standard, does not appear to be supported in IE, and is
replaceable by CSS, I'm not inclined to satisfy this feature request. However,
I'll forward it to our table guy in case he *really wants to be nice to you*.
(Chris -- feel free to pass).
I would, however, like to know why you claim this is a parser bug.
Reporter | ||
Comment 2•26 years ago
|
||
1. Not standard. Given
2. I thought we were trying to be backwards compatible with Nova when possible?
3.* IE suports this just fine, check the test case.*
4. There are tons of things replaceable by CSS, we're not scrapping them all are we? Items 2+3 together should weigh in this
item's favor.
Reporter | ||
Comment 3•26 years ago
|
||
tested with 1990408 Seamonkey builds, Nova RTM's, and IE50 on WinNT
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Component: Parser → HTMLTables
Target Milestone: M6
Assignee | ||
Comment 4•26 years ago
|
||
The background-color:inherit rule for a <td> in ua.css is causing this. I need
to remove nav quirks from the ua.css and put them in the code per Peter's
suggestions.
<HTML>
<BODY>
<table bgcolor=orange background="raptor.jpg">
<TR><TD>XXXXXXXXXXXXXX</TD></TR></Table>
</body>
</html>
Assignee | ||
Comment 5•26 years ago
|
||
Moving to M8.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•26 years ago
|
||
Fixed with latest checkin.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 7•26 years ago
|
||
I've VERIFIED it works on Linux, WinNT(1999061108) and Mac(1999060808).
You need to log in
before you can comment on or make changes to this bug.
Description
•