- From: fantasai <fantasai@escape.com>
- Date: Fri, 12 Jul 2002 11:10:35 -0400
- To: www-style@w3.org
Ian Hickson wrote:
>
> (Attaching stylesheets using HTTP Link: headers works in Mozilla. Attaching
> scripts doesn't, because there is no defined rel="" value for scripts.
Does this count?
http://www.w3.org/TR/html401/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)
-->
emphasis mine.
~fantasai
Received on Friday, 12 July 2002 11:06:42 UTC