Closed Bug 362864 Opened 18 years ago Closed 6 years ago

add support for feed discovery in anchor elements

Categories

(Firefox Graveyard :: RSS Discovery and Preview, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED INACTIVE

People

(Reporter: sayrer, Unassigned)

References

Details

We should detect <a rel="feed"> and populate the icon. A microformats-related problem.
If nobody's taking it then I might be able to do it. Obviously the feed URL would be the href attribute, but will the MIME type need to be specified at all? If not, what do we fall back to if its not specified? And what will the title be, the text within the anchor or an attribute?
Michael, the MIME type doesn't need to be specified at all, that's one of the benefits of rel="feed".  After the resource is fetched, it should (ideally) be processed according to the Content-Type sent by the server (though there's probably some content sniffing in the code too for incorrect MIME types).

<a rel="feed"> without type="..." should be treated similarly to <link rel="feed"> without type="...".
(In reply to comment #1)
> If nobody's taking it then I might be able to do it. 

Take it, if you want.

> And what will the title be, the text within the anchor or an attribute?
> 

I'm not sure what you mean. Title of what?
Of the discovered feed, as shown in the popup menu when more than one feed is discovered, and stored in the title property of the browser.feeds object.

Title attribute if there is one, anchor text if not, is probably reasonable.
OS: Mac OS X → All
Hardware: x86 → All
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.