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

Reply via email to