Subject: | [WISH] links() should include <link href="..."> links |
The <link> tag in the header of an HTML document allows the author to
specify default navigation independent of page layout. For example:
<link rel="home" title="Home" href="/" />
The links() method should include these links. Alternatively, a
different method could return WWW::Mech::Link instances for any <link>
tags, including CSS rel-"stylesheet" links.
Chris