- From: Phil Archer <parcher@icra.org>
- Date: Tue, 06 May 2008 13:02:19 +0100
- To: Julian Reschke <julian.reschke@gmx.de>
- CC: Brian Smith <brian@briansmith.org>, 'Mark Nottingham' <mnot@mnot.net>, 'atom-syntax Syntax' <atom-syntax@imc.org>, 'HTTP Working Group' <ietf-http-wg@w3.org>
Sorry... OK, I've removed the /="/" but but I still get the same results - Firefox doesn't recognise the stylesheet link. So why does it work with Anne's page? His header is Link: <fancy.css>; rel=stylesheet mine is now Link: <styles.css>; rel="stylesheet" type="text/css"; title="Style Sheet"; So it looks like I should try removing the quotes around stylesheet, or may the type and title? ... whichever, the two implementations (Firefox and Opera) are not in alignment. C'ést la vie I guess. Phil. Julian Reschke wrote: > Phil Archer wrote: >> I decided to try and test this out. To which end I created a simple >> page at [1] that does not have an HTML link to a stylesheet but then >> configured the server to include such a link using HTTP. >> >> The results show that IE and Firefox do not implement HTTP Link but >> that Opera 9 does. However... the link you give to the Firefox Link >> Pre-fetching FAQ is interesting. >> ... > > Hm. You're sending: > > Link: <styles.css>; /="/"; rel="stylesheet" type="text/css"; > title="Style Sheet"; > > > Shouldn't that be: > > Link: <styles.css>; rel="stylesheet"; type="text/css"; title="Style Sheet"; > > ? > > > ... > > BR, Julian >
Received on Tuesday, 6 May 2008 12:03:00 UTC