Re: link relation "external", was: Link relation types and validity in <link>, was: ACTION-182 and Issue-27

On 8/5/10 3:57 PM, Julian Reschke wrote:
>> But<link> links don't get displayed.
>
> Actually, they do (in my browser, using an extension).

Note that with a slight application of CSS it's possible to display them 
even without extensions, last I checked[1]...

-Boris

[1]
   head, link { display: block; }
   link:before { content: "Link to " attr(href); }

-Boris

Received on Thursday, 5 August 2010 20:09:43 UTC