Should this also work for a link like this to a printer version:
<a rel="alternate" media="print" type="text/html" href="print.html" title="Printer formated version of this page.">Printer Friendly</a>
ie. a rel attribute on a <a> element in the body in addition to working for <link> elements in the head?
Should this also work for a link like this to a printer version:
<a rel="alternate" media="print" type="text/html"
href="print.html"
title="Printer formated version of this page.">Printer Friendly</a>
ie. a rel attribute on a <a> element in the body in addition to working for
<link> elements in the head?