Fragment identifiers in link rel='stylesheet'

Just a wondering: Should a user agent try to apply the stylesheet or not 
in cases like this? What content type is the target considered to have, 
is it 'text/html' or is it maybe undefined?

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<title>Fragment identifier in link href</title>
<link rel="stylesheet" type="text/css" href="#styles"/>
<pre id="styles">
pre{
     white-space: normal;
}
</pre>


-- 
David "liorean" Andersson

ViewStyles, ViewScripts, SwitchStyles and GraphicsInfo bookmarklets:
<http://liorean.web-graphics.com/>
Hangouts:
<http://codingforums.com/> <http://yourmusicforums.com/>

Received on Sunday, 14 March 2004 18:57:09 UTC