h-feed: Difference between revisions
Jump to navigation
Jump to search
(stub) |
(→Examples in the wild: props) |
||
Line 17: | Line 17: | ||
== Examples in the wild == | == Examples in the wild == | ||
* http://tantek.com/ uses h-feed with p-name and p-author and child h-entry posts. | * http://tantek.com/ uses h-feed with p-name and p-author properties and child h-entry posts. | ||
* ... | * ... | ||
Revision as of 18:23, 28 June 2013
This article is a stub. You can help the microformats.org wiki by expanding it.
h-feed is a microformats2 experiment with a top level feed object to contain h-entry posts.
From experience with hAtom, it's not clear that there's actually a need (use-case) for a top level feed, but for those that wish to experiment with it, here it is.
root class name: h-feed
properties:
- p-name - name of the feed
- p-author - author of the feed, optionally embed an h-card Main article: h-card
- u-url - URL of the feed
- u-photo - representative photo / icon for the feed
children:
- nested h-entry objects representing the items of the feed
Examples in the wild
- http://tantek.com/ uses h-feed with p-name and p-author properties and child h-entry posts.
- ...