Closed
Bug 168964
Opened 23 years ago
Closed 23 years ago
scripts in <link>
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: dtomaszuk, Assigned: asa)
Details
Some scripts (javascript) must be in section <head> and it looks like:
<script src="file.js" type="text/javascript"></script>
I think it will better when it will look like:
<link href="file.js" type="text/javascript" rel="script">
just like stylesheet. I think it is compatible with W3C.
Comment 1•23 years ago
|
||
This is not going to happen.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Comment 4•23 years ago
|
||
Because '<script>' is the element defined to load script, and '<link>' is not,
according to published standards. This would be "compatible with W3C" only by
a perverted reading of those standards.
Comment 5•23 years ago
|
||
*** Bug 186965 has been marked as a duplicate of this bug. ***
Comment 6•23 years ago
|
||
Why was I CCed and what does Bug 186965 have to do w/ this one?
Comment 7•23 years ago
|
||
bug 186965 was marked as a dup of this bug (although the intended dup target
was really bug 186964). pinkerton suffers from dyslexia or something. If you
are the reporter of a duplicate bug, you will automagically be added to the
CC list of the duped-to bug. But, if a duplicate bug is reopened, you aren't
automagically removed from the CC.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•