Closed
Bug 38296
Opened 25 years ago
Closed 25 years ago
style tag shining through.
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
People
(Reporter: jelwell, Assigned: rickg)
References
()
Details
(Keywords: testcase, verifyme)
Attachments
(2 files)
This site uses javascript to generate the style tags. But on winNT build
2000050509 I can see the A.NAV { COLOR:#000000; TEXT-DECORATION:NONE } BODY
{font-family: Helvetica, Arial; }
I just copied that straight from the browser window.
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
The javascript in the HEAD is not putting it's output into the head, but rather
into the body.
If you dump the content in Viewer you will see the <style> tag in the HEAD, but
the rules end up in the BODY. This looks like a bug, and IE seems to handle it
as expected.
Rick, can you look at this? I think it might be a problem with how the results
of the script get inserted back into the document.
Assignee: pierre → rickg
*** This bug has been marked as a duplicate of 40143 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•