Closed Bug 70833 Opened 25 years ago Closed 25 years ago

table-background via stylesheet not supported

Categories

(Core :: CSS Parsing and Computation, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: joerg.schuetter, Assigned: pierre)

References

()

Details

From Bugzilla Helper: User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.4.2 i586) BuildID: 20010303 In this page mozilla doesnt uses the option for setting the background of table elements. The frame background color and font (size, color) are used correct. Reproducible: Always Steps to Reproduce: 1.Reload Page 2.Reload Page 3.Reload Page
Making a testcase.
Keywords: makingtest
The issues seems to be with the menu on the left? The problem is that the stylesheets are defined as follows: <link rel="stylesheet" type="text/css" href="/styles/lugstyles.css" title="LUG-Styles"> <link rel="stylesheet" type="text/css" href="/styles/menu.css" title="Menu-Styles"> This specifies two different preferred stylesheets, and Mozilla is forced to pick one of them as the one to display.... The other one can be applied instead from the View menu. If the author really wanted both of those applied at once, the "title" attribute should be the same or they should have no title attribute. See http://www.w3.org/TR/html4/present/styles.html#specifying-external This looks invalid to me...
Assignee: karnaze → pierre
Component: HTMLTables → Style System
QA Contact: chrisd → ian
I agree. As described on that W3C page, Mozilla uses the first style sheet. If you swap the two links to the style sheets, Mozilla uses the other style sheet (the style sheet for the menu). Marking INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Keywords: makingtest
Resolution: --- → INVALID
QA Contact: ian → amar
You need to log in before you can comment on or make changes to this bug.