Re: What implementation is right? (Titled stylesheets)

> Take the following sample HTML code:
> <link type="text/css" href="0.css" rel="Stylesheet">
> <link type="text/css" href="1.css" rel="Stylesheet" title="First">
> <link type="text/css" href="2.css" rel="Alternate Stylesheet" title="Second">
> <link type="text/css" href="3.css" rel="Stylesheet" title="Third">

This basically falls into the "behavior is unspecified, 'Don't Do This'"
category.

I agree that a clarification of both this situation and of

<link type="text/css" href="foo" rel="Alternate Stylesheet">

(alternate stylesheet without title specified) would be nice.

Boris
-----------------
617-864-9910
-----------------
A computer lets you make more mistakes faster than any invention in 
human history, with the possible exceptions of handguns and tequila.

Received on Sunday, 31 March 2002 15:45:55 UTC