Closed
Bug 199731
Opened 22 years ago
Closed 22 years ago
the css coding was no visible as compared to Internet Explorer
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bob_yu_usa, Assigned: dbaron)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Build Identifier:
it cannot read certain kinds of css.
ex: hyperlink colors, bordercolors, etc.
Reproducible: Always
Steps to Reproduce:
1.simply open the page
2.other pages also have this problem
3.
Actual Results:
improperly displayed css
Expected Results:
displayed every css code correctly. it is done properly in IE6 and 5.
Comment 1•22 years ago
|
||
Reporter: can you give us a testcase? Say, a URL to a page which does not
violate the CSS 2 specification, but renders incorrectly?
Comment 2•22 years ago
|
||
Near the beginning of the CSS file there is this:
.headlines {
font-weight: bold;
color: #E9BCBC;
.headlines {
font-weight: bold;
color: #FF8080;
}
Note the missing '}' before .headlines. That seems to hide the rest of the CSS
file from Mozilla.
Comment 3•22 years ago
|
||
->Style
Assignee: asa → dbaron
Component: Browser-General → Style System
QA Contact: asa → ian
Assignee | ||
Comment 4•22 years ago
|
||
See previous comment.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 5•22 years ago
|
||
(Note that the page has already been fixed.)
You need to log in
before you can comment on or make changes to this bug.
Description
•