Closed Bug 168964 Opened 22 years ago Closed 22 years ago

scripts in <link>

Categories

(SeaMonkey :: General, defect)

x86
Other
defect
Not set
normal

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.
This is not going to happen.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
vrfy
Status: RESOLVED → VERIFIED
>This is not going to happen.
Why?
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.
*** Bug 186965 has been marked as a duplicate of this bug. ***
Why was I CCed and what does Bug 186965 have to do w/ this one?
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.
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.