Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Mechanize CPAN distribution.

Report information
The Basics
Id: 23987
Status: resolved
Priority: 0/
Queue: WWW-Mechanize

People
Owner: Nobody in particular
Requestors: chris+rt [...] chrisdolan.net
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.20
Fixed in: (no value)



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