[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: atom:link rel="printer-friendly" ??



DeWitt Clinton  wrote: 
> But instead of changing the rel value away
> from the perfectly reasonable "alternate",
> why not just add @media to the link?
>	
>	<link rel="alternate"
>	      media="print"
>	      type="text/html"
>	      href="http://www.xml.com/?print=1"/>
>
>      This is also where HTML5 is headed:
>	
>	http://www.w3.org/html/wg/html5/#the-link
	
@media is an excellent idea. However, it doesn't overcome the restriction
that you can only have one text/html alternate link, so you would still need
a different link relation.

- Brian