Closed
Bug 56481
Opened 24 years ago
Closed 24 years ago
body section of css file ignored
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: kevin, Assigned: asa)
References
()
Details
The "body" section of a CSS is used properly when inline, but when
linked as a seperate file (link rel="stylesheet" href="file.css"
type="text/css") the body element is not parsed properly. All of the tags in
the body section are ignored. Examples include background, background-image,
background-color, color, font-size, text-decoration, etc... none of these are
handled properly when within the "body" section of a css file...
I checked against the current nightly build, and it still seems to be a problem,
and scanned the bugzilla database and didn't see notice of it anywhere.
Comment 1•24 years ago
|
||
The test URL now says:
Please ignore. I found the problem. My .css file was including
the <style> tags. This was causing a parse error, so the
body tag (my first tag) was being skipped.
So, I take that as acknowledging 'not a bug'.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•