- From: fantasai <fantasai@escape.com>
- Date: Wed, 22 Aug 2001 09:57:42 -0400
- To: www-html@w3.org
Clover Andrew wrote:
>
> Solution:
> a new <link> type for scripts which could be used in the
> <head> in the same way as <link rel="stylesheet">. The script
> would executed when the page has been fully received.
>
> Comments?
<blockquote cite="http://web3.w3.org/TR/html4/sgml/dtd.html">
<!--================== The LINK Element ==========================-->
<!--
Relationship values can be used in principle:
a) for document specific toolbars/menus when used
with the LINK element in document head e.g.
start, contents, previous, next, index, end, help
b) to link to a separate style sheet (rel=stylesheet)
c) to make a link to a script (rel=script)
d) by stylesheets to control how collections of
html nodes are rendered into printed documents
e) to make a link to a printable version of this document
e.g. a postscript or pdf version (rel=alternate media=print)
-->
</blockquote>
Didn't quite make it to the prose...
Received on Wednesday, 22 August 2001 09:55:32 UTC