Closed
Bug 266645
Opened 20 years ago
Closed 20 years ago
Some attributes in stylesheet are not handled
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: helmut.leininger, Assigned: dbaron)
Details
Attachments
(1 file)
|
3.70 KB,
application/x-zip-compressed
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041028 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041028 In the example, the background colors of table elemnts are not set. Reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: No colors Expected Results: COlors as in Internet Explorer Example will be attached
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
Line 8 of screen.css reads: .TopMnu (background-color:#00c0ff } Note the opening bracket is a normal bracket, not a Curly Bracket. This makes the css file malformed. Mozilla handels the malformed css file differently to IE.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment 3•20 years ago
|
||
Verified. IE's behavior here is wrong; this is one of the many known bugs in its CSS parsing.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•